[PHP] Objectclass

2001-03-20 Thread Thorsten Viel
Hi, first thanks for your help on my last thread. Another question. Is there a function what specifies the class of an object? for example: class test { blabla } $object = new test; any_function($object) results "test" thanks for your help -- PHP General Mailing List (http://www.php.

[PHP] Easy Object Reading

2001-03-20 Thread Thorsten Viel
Hi, does somebody know a function where I can read all variables of an object independent of there name? I have to test with large classes, more than 30 vars per class, and dont want to implement a function just for testing. I want to echo all values of vars of a class without specifyieng explic