(PHP 5, PHP 7, PHP 8)
ReflectionParameter::__toString — To string
Get a human-readable description of the parameter.
Esta função não possui parâmetros.
The string.
Exemplo #1 ReflectionParameter::__toString() example
<?php
echo new ReflectionParameter('substr', 0);
?>
O exemplo acima produzirá algo semelhante a:
Parameter #0 [ <required> string $string ]