respect-validation/docs/rules/Writable.md
Henrique Moody a009286ba6
Update "See also" section in the rules's documentation
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-12-11 13:19:52 +01:00

465 B

Writable

  • v::writable()

Validates if the given input is writable file.

v::writable()->validate('/path/of/a/writable/file'); // true

See also: