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

204 B

Resource

  • v::resource()

Validates if the input is a resource.

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

See also: