PHP 8.4.3 Released!

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.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top