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