mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +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>
482 B
482 B
Writable
Writable()
Validates if the given input is writable file.
v::writable()->validate('file.txt'); // true
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: