get_class_methods Gets the class methods' names &reftitle.description; arrayget_class_methods mixedclass_name Gets the class methods names. &reftitle.parameters; class_name The class name or an object instance &reftitle.returnvalues; Returns an array of method names defined for the class specified by class_name. In case of an error, it returns &null;. &reftitle.changelog; &Version; &Description; 5.0.0 As of PHP 5, this function returns the name of the methods as they were declared (case-sensitive). In PHP 4 they were lowercased. 4.0.6 The ability of specifying the object itself has been added. &reftitle.examples; <function>get_class_methods</function> example ]]> &example.outputs; &reftitle.seealso; get_class get_class_vars get_object_vars