| 
 | get_class_methodsGets the class methods' names Description
   array get_class_methods
    ( mixed  $class_name)Gets the class methods names. Parameters
 
 Return Values
   Returns an array of method names defined for the class specified by
    Examples
 Example #1 get_class_methods example 
<?phpThe above example will output: myclass myfunc1 myfunc2 See Also
 
 |