v::resource()
Validates if the input is a resource.
v::resource()->validate(fopen('/path/to/file.txt', 'w')); //true
See also: