Re: identify $handles in $resource ?



On Mon, 29 Dec 2008 12:30:22 -0500, jstucklex@xxxxxxxxxxxxx wrote:
Greg Russell wrote:
How does one identify the "handles" that are available in any given
$resource, please?

They are returned when that resource is allocated. For instance,
fopen() returns a handle to the file.

Additionally, check out `get_resource_type()'.

<http://php.net/get_resource_type>

--
Curtis
$email = str_replace('sig.invalid', 'gmail.com', $from);
.