| PHP » GoLang | login |
            register |
            
            about | 
| 
                             class_parents(PHP 5, PHP 7) class_parents — Return the parent classes of the given class Description
   This function returns an array with the name of the parent classes of
   the given  Parameters
 
 Return Values
   An array on success, or  Changelog
 
 Examples
 Example #1 class_parents() example 
<?phpThe above example will output something similar to: 
Array
(
    [foo] => foo
)
Array
(
    [parent_of_not_loaded] => parent_of_not_loaded
)
See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |