Re: identify $handles in $resource ?
- From: Curtis <dyer85@xxxxxxxxxxx>
- Date: Wed, 31 Dec 2008 11:21:25 GMT
On Tue, 30 Dec 2008 07:13:31 -0500, jstucklex@xxxxxxxxxxxxx wrote:
Curtis wrote:
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 givenThey are returned when that resource is allocated. For instance,
$resource, please?
fopen() returns a handle to the file.
Additionally, check out `get_resource_type()'.
<http://php.net/get_resource_type>
Which identifies what resource the handle is for - not what handles are
available for the resource.
I was merely suggesting related information that may be useful.
Also, depending upon which type of resource you have, you can get an
idea of how to properly handle it. Personally, I haven't had much
need for it yet, but it is possible.
--
Curtis
$email = str_replace('sig.invalid', 'gmail.com', $from);
.
- References:
- identify $handles in $resource ?
- From: Greg Russell
- Re: identify $handles in $resource ?
- From: Jerry Stuckle
- Re: identify $handles in $resource ?
- From: Curtis
- Re: identify $handles in $resource ?
- From: Jerry Stuckle
- identify $handles in $resource ?
- Prev by Date: Re: image sizing/cropping
- Next by Date: Re: Result Sets
- Previous by thread: Re: identify $handles in $resource ?
- Next by thread: sorting columns in a client-side page
- Index(es):