PHP | ReflectionExtension getClassNames() Function
The ReflectionExtension::getClassNames() function is an inbuilt function in PHP which is used to return an array of class names from the specified extension. If no classes are specified, an empty array is returned. Syntax: array ReflectionExtension::getClassNames( void ) Parameters: This function do