ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toStringReturns string representation

说明

public ReflectionConstant::__toString(): string

Returns the string representation of the ReflectionConstant object.

参数

此函数没有参数。

返回值

A string representation of this ReflectionConstant instance.

参见