| 
 | get_called_classthe "Late Static Binding" class name Description
   string get_called_class
    ( void
   ) Gets the name of the class the static method is called in. Return Values
   Returns the class name.  Returns  Examples
 Example #1 Using get_called_class 
<?phpThe above example will output: string(3) "foo" string(3) "bar" See Also
 
 |