Re: identify $handles in $resource ?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Tue, 30 Dec 2008 07:13:31 -0500
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 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>
Which identifies what resource the handle is for - not what handles are available for the resource.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: identify $handles in $resource ?
- From: Curtis
- Re: identify $handles in $resource ?
- References:
- identify $handles in $resource ?
- From: Greg Russell
- Re: identify $handles in $resource ?
- From: Jerry Stuckle
- Re: identify $handles in $resource ?
- From: Curtis
- identify $handles in $resource ?
- Prev by Date: public library script
- Next by Date: Re: Throw Exceptions from setters: second opinion
- Previous by thread: Re: identify $handles in $resource ?
- Next by thread: Re: identify $handles in $resource ?
- Index(es):
Relevant Pages
|