php8.5
Home/ Manual/ reflection / reflectionfunctionabstract/ ReflectionFunctionAbstract::__toString

ReflectionFunctionAbstract::__toString

PHP function Edit on GitHub ✎

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

Returns the string representation of the ReflectionFunctionAbstract object

Description

ReflectionFunctionAbstract::__toString(): void

Get a human-readable description of the function, its parameters and return values.

Parameters Parameters

Return Values

The string.

See Also

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

Source: reference/reflection/reflectionfunctionabstract/tostring.xml · from the official PHP manual (php/doc-en)