get_class_methods

PHP 4, PHP 5, PHP 7, PHP 8
get_class_methods - Gets the class methods' names
Manual
Code Examples

get_class_methods( object|string$object_or_class ): array

Gets the class methods names.

Parameters

object_or_class

The class name or an object instance

Return Values

Returns an array of method names defined for the class specified by object_or_class.

Changelog

Version Description
8.0.0 The object_or_class parameter now only accepts objects or valid class names.

Related Functions

Example of get_class_methods

Show all examples for get_class_methods

PHP Version:


Function get_class_methods:

Class/Object Information Functions

Most used PHP functions