PHP 8.3.4 Released!

ReflectionFunctionAbstract::returnsReference

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

ReflectionFunctionAbstract::returnsReference参照返しかどうかを調べる

説明

public ReflectionFunctionAbstract::returnsReference(): bool

関数が参照を返すかどうかを調べます。

パラメータ

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

戻り値

参照返しである場合に true、それ以外の場合に false を返します。

参考

add a note

User Contributed Notes

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