mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
466 B
466 B
ResourceType
ResourceType()
Validates if the input is a resource.
v::resourceType()->validate(fopen('/path/to/file.txt', 'w')); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: