ResourceType()
Validates whether the input is a resource.
v::resourceType()->isValid(fopen('/path/to/file.txt', 'w')); // true
- Types
Version | Description |
---|---|
1.0.0 | Created |
See also:
ResourceType()
Validates whether the input is a resource.
v::resourceType()->isValid(fopen('/path/to/file.txt', 'w')); // true
Version | Description |
---|---|
1.0.0 | Created |
See also: