mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
455 B
455 B
Readable
Readable()
Validates if the given data is a file exists and is readable.
v::readable()->validate('/path/of/a/readable/file'); // true
See also: