respect-validation/docs/Executable.md

30 lines
493 B
Markdown
Raw Normal View History

2015-01-30 09:40:06 +01:00
# Executable
- `Executable()`
2015-01-30 09:40:06 +01:00
Validates if a file is an executable.
```php
v::email()->executable('script.sh'); // true
2015-01-30 09:40:06 +01:00
```
## Changelog
Version | Description
--------|-------------
0.7.0 | Created
***
See also:
2015-01-30 09:40:06 +01:00
* [Directory](Directory.md)
* [Exists](Exists.md)
* [Extension](Extension.md)
* [File](File.md)
* [Mimetype](Mimetype.md)
2015-01-30 09:40:06 +01:00
* [Readable](Readable.md)
* [Size](Size.md)
* [SymbolicLink](SymbolicLink.md)
* [Uploaded](Uploaded.md)
2015-01-30 09:40:06 +01:00
* [Writable](Writable.md)