respect-validation/docs/ResourceType.md
2015-10-07 12:44:19 -03:00

216 B

ResourceType

  • v::resourceType()

Validates if the input is a resource.

v::resourceType()->validate(fopen('/path/to/file.txt', 'w')); //true

See also: