(PHP 4 >= 4.0.0)
string get_class (object obj)
string get_class
This function returns the name of the class of which the object obj is an instance.
Note: get_class() returns the class name in lowercase form.
See also get_parent_class(), is_subclass_of()