respect-validation/docs/ResourceType.md

16 lines
216 B
Markdown
Raw Normal View History

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