(PHP 5, PHP 7, PHP 8)
ReflectionParameter::__toString — To string
public ReflectionParameter::__toString(): 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 ]
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionparameter.tostring.php