ReflectionClassConstant::__toString
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.1.0, PHP 8)
Returns the string representation of the ReflectionClassConstant object
Description
ReflectionClassConstant::__toString(): string
Returns the string representation of the ReflectionClassConstant object.
Parameters Parameters
Return Values
A string representation of this ReflectionClassConstant instance.
Changelog
| Version | Description |
|---|---|
| 8.4.0 | The attached doc comment is now included. |