mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
15 lines
201 B
Markdown
15 lines
201 B
Markdown
# Executable
|
|
|
|
- `v::executable()`
|
|
|
|
Validates if a file is an executable.
|
|
|
|
```php
|
|
v::email()->executable('script.sh'); //true
|
|
```
|
|
|
|
***
|
|
See also:
|
|
|
|
* [Readable](Readable.md)
|
|
* [Writable](Writable.md)
|