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