Search Results
Returns the string representation of the ReflectionFunctionAbstract object
ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::isVariadic — Checks if the function is variadic ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — Returns the string representation of the ReflectionFunctionAbstract object
ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::isVariadic — Checks if the function is variadic ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — Returns the string representation of the ReflectionFunctionAbstract object
PHP Manual ReflectionFunctionAbstract Returns the string representation of the ReflectionFunctionAbstract object
ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — To string ReflectionMethod — The ReflectionMethod class
ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — To string ReflectionMethod ReflectionMethod::__construct — Constructs a ReflectionMethod
Simple usage example of `ReflectionFunctionAbstract::__toString ()`. The ReflectionFunctionAbstract::__toString function converts a ReflectionFunctionAbstract object into a string representation. This can be useful when you want to retrieve a human-readable version of the object.
