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