PHP 8.4.2 Released!

ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toStringReturns string representation

Beschreibung

public ReflectionConstant::__toString(): string

Returns the string representation of the ReflectionConstant object.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

A string representation of this ReflectionConstant instance.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top