(PHP 5, PHP 7, PHP 8)
ReflectionParameter::__toString — To string
Get a human-readable description of the parameter.
This function has no parameters.
The string.
Example #1 ReflectionParameter::__toString() example
<?php
echo new ReflectionParameter('substr', 0);
?>
The above example will output something similar to:
Parameter #0 [ <required> string $string ]