get_class_methods « Reflection « PHP






1.get_class_methods() function returns an array of methods defined by the class specified by class_name.
2.Listing Methods and Interfaces Using get_class_methods()