Re: identify $handles in $resource ?



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.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.



Relevant Pages

  • Re: How many rows in a table
    ... gives me a resource, not the count. ... Let MySQL do the counting. ... Jerry Stuckle ... JDS Computer Training Corp. ...
    (comp.lang.php)
  • Re: error on sql in php code
    ... result resource in C:\Program Files\Apache Software Foundation ... Jerry Stuckle ... JDS Computer Training Corp. ...
    (comp.lang.php)
  • Re: mysql/php error message?
    ... Geoff Cox wrote: ... result resource in path/user-groups.php on line 25" (line 25 is the ... Jerry Stuckle ... JDS Computer Training Corp. ...
    (comp.lang.php)
  • Re: pass a $result from a mysql_query in a url
    ... pass information required for the query (NOT the query ... Jerry Stuckle ... JDS Computer Training Corp. ... It is only a reference to a resource - and that resource is gone when the database connection is closed or end of your script). ...
    (comp.lang.php)
  • Re: testing for the existence of a resource
    ... Jerry Stuckle wrote: ... you're not dealing with a resource. ... You want a PDOStatement object. ... and looking for nulls instead of ""s. ...
    (comp.lang.php)