mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
9 lines
150 B
Markdown
9 lines
150 B
Markdown
# Writable
|
|
|
|
- `v::writable()`
|
|
|
|
Validates if the given input is writable file.
|
|
|
|
```php
|
|
v::writable()->validate('/path/of/a/writable/file'); //true
|
|
```
|