(PHP 5, PHP 7, PHP 8)
ReflectionParameter::__toString — To string
Get a human-readable description of the parameter.
Questa funzione non contiene parametri.
The string.
Example #1 ReflectionParameter::__toString() example
<?php
echo new ReflectionParameter('substr', 0);
?>
Il precedente esempio visualizzerà qualcosa simile a:
Parameter #0 [ <required> string $string ]