(PHP 4, PHP 5, PHP 7, PHP 8)
is_resource — Finds whether a variable is a resource
$value
Finds whether the given variable is a resource.
value
The variable being evaluated.
Returns true if value is a resource, false otherwise.
true
false
Example #1 is_resource() example
<?php $handle =