PHP 8.3.4 Released!

ReflectionFunctionAbstract::__toString

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::__toStringReflectionFunctionAbstract を表現する文字列を返す

説明

abstract public ReflectionFunctionAbstract::__toString(): void

関数を表現した、人間が読める説明を取得します。 パラメータと戻り値が含まれます。

パラメータ

この関数にはパラメータはありません。

戻り値

文字列を返します。

参考

add a note

User Contributed Notes

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