respect-validation/docs/Resource.md

16 lines
204 B
Markdown
Raw Normal View History

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