respect-validation/docs/Resource.md
2015-08-20 01:38:41 -03:00

15 lines
204 B
Markdown

# Resource
- `v::resource()`
Validates if the input is a resource.
```php
v::resource()->validate(fopen('/path/to/file.txt', 'w')); //true
```
***
See also:
* [Type](Type.md)
* [Digit](Digit.md)