Page 1 of 1

Socket Resources

Posted: Thu Aug 03, 2006 8:49 pm
by kaoskorruption
I have an array, where each key is a socket resource. Is it possible for me to do something like:

Code: Select all

echo $array["Resource id #12"];
Where I would know the ID of the resource, but I wouldn't have the variable that holds the actual resource itself.

Posted: Thu Aug 03, 2006 9:21 pm
by feyd
technically yes, but why?