PHP | ReflectionParameter isArray() Function
The ReflectionParameter::isArray() function is an inbuilt function in PHP which is used to return TRUE if the specified parameter is an array, FALSE otherwise. Syntax: bool ReflectionParameter::isArray ( void ) Parameters: This function does not accept any parameters. Return Value: This function ret