respect-validation/docs/rules/Readable.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

551 B

Readable

  • Readable()

Validates if the given data is a file exists and is readable.

v::readable()->validate('file.txt'); // true

Categorization

  • File system

Changelog

Version Description
0.5.0 Created

See also: