mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
646 B
646 B
Exists
Exists()
Validates files or directories.
v::exists()->validate(__FILE__); // true
v::exists()->validate(__DIR__); // true
This validator will consider SplFileInfo instances, so you can do something like:
v::exists()->validate(new \SplFileInfo($file));
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: