ReflectionParameter::__toString

To string

Description

public string ReflectionParameter::__toString()

Get a human-readable description of the parameter.

Parameters

This function has no parameters.

Return Values

The string.

Examples

Example #1 ReflectionParameter::__toString example

<?php
echo new ReflectionParameter('substr', 0);
?>

The above example will output something similar to:

Parameter #0 [ <required> string $string ]

See Also

  • ReflectionFunction::__toString
  • ReflectionMethod::__toString
  • __toString()