respect-validation/docs/Readable.md
2015-02-12 14:37:33 -02:00

9 lines
165 B
Markdown

# Readable
- `v::readable()`
Validates if the given data is a file exists and is readable.
```php
v::readable()->validate('/path/of/a/readable/file'); //true
```