I'm using PHP 4.4.4. When I print out a particular value
print $err_component;
I'm told that it is an "Object". How do I dump the attributes and
values of this "Object"?
Thanks, - Dave
> I'm told that it is an "Object". How do I dump the attributes and
> values of this "Object"?
Try print_r(), or var_dump(). And do read the PHP manual on objects and
classes.
--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Now listening to: Hooverphonic - Bar Lounge Classics: Deluxe Edition (disc
2) (2003) - [12] The World Is Mine (Eli Janney's Tight Remix (Edit)) (4:58)
(98.083298%)
See var_dump() or print_r().
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================