tao-test/app/vendor/respect/validation/docs/rules/Readable.md

480 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: