mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
513 B
513 B
Readable
Readable()
Validates if the given data is a file exists and is readable.
v::readable()->validate('/path/of/a/readable/file'); // true
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: