Ok, I am trying to use some functions that return objects. Its my
understanding,
limited as it is, that an object is basically the same as an array,
except that an object can only be accessed by field names where as an
array can be accessed by both field names and offsets. Is there any way
to determine the field names in an object so that they can be called?

-- 
Larry Hotchkiss

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to