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.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Objectclass Thorsten Viel
- RE: [PHP] Objectclass Neil Kimber

