ResourceType v::resourceType() Validates if the input is a resource. v::resourceType()->validate(fopen('/path/to/file.txt', 'w')); // true See also: BoolType CallableType FloatType IntType NullType ObjectType StringType Type