PHP Conference Japan 2024

ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toString返回字符串表示形式

描述

public ReflectionConstant::__toString(): string

返回 ReflectionConstant 对象的字符串表示形式。

参数

此函数没有参数。

返回值

ReflectionConstant 实例的字符串表示形式。

参见

添加注释

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top