(PHP 5, PHP 7, PHP 8)
ReflectionParameter::__toString — 转换为字符串
获取参数的人类可读描述。
此函数没有参数。
字符串。
示例 #1 ReflectionParameter::__toString() 示例
<?phpecho new ReflectionParameter('substr', 0);?>
上面的例子将输出类似于
Parameter #0 [ <required> string $string ]