PHP-manual | ||
---|---|---|
Föregående | Nästa |
This function returns the name of the class of which the object obj is an instance. Returns FALSE if obj is not an object.
Not: get_class() returns a user defined class name in lowercase. A class defined in a PHP extension is returned in its original notation.
See also get_parent_class(), gettype(), and is_subclass_of().
Föregående | Hem | Nästa |
get_class_vars | Upp | get_declared_classes |