Utilities.php
Tags
Table of Contents
- is_resource() : bool
- Check if the given value is a resource or not.
Functions
is_resource()
Check if the given value is a resource or not.
is_resource(mixed $value) : bool
It take care about internal classes that replaced resources into PHP 8.0, like GdImage, CurlHandle etc..
Parameters
- $value : mixed