![]() |
VOOZH | about |
Processing login. Please wait...
(PHP 4, PHP 5)
get_class -- Returns the name of the class of an object
Gets the name of the class of the given object.
objectThe tested object
Returns the name of the class of which object is an
instance. Returns if object is not an
object.
| Version | Description |
|---|---|
| Since 5.0.0 | The class name is returned in it's original notation. |
| Since 5.0.0 |
The object parameter is optional if called
from the object's method.
|
Example 1. Using get_class()
The above example will output:
|