mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
Some codes in the documentation were not code that actually works which can lead to some confusion of how to use Validation. Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
497 B
497 B
Readable
Readable()
Validates if the given data is a file exists and is readable.
v::readable()->validate('file.txt'); // true
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: