mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
23 lines
415 B
Markdown
23 lines
415 B
Markdown
# Executable
|
|
|
|
- `Executable()`
|
|
|
|
Validates if a file is an executable.
|
|
|
|
```php
|
|
v::email()->executable('script.sh'); // true
|
|
```
|
|
|
|
***
|
|
See also:
|
|
|
|
* [Directory](Directory.md)
|
|
* [Exists](Exists.md)
|
|
* [Extension](Extension.md)
|
|
* [File](File.md)
|
|
* [Mimetype](Mimetype.md)
|
|
* [Readable](Readable.md)
|
|
* [Size](Size.md)
|
|
* [SymbolicLink](SymbolicLink.md)
|
|
* [Uploaded](Uploaded.md)
|
|
* [Writable](Writable.md)
|