ReflectionFunctionAbstract::getClosureScopeClass

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

ReflectionFunctionAbstract::getClosureScopeClassクロージャに関連づけられたスコープを返す

説明

public ReflectionFunctionAbstract::getClosureScopeClass(): ReflectionClass|null

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

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

返り値

成功した場合にクラスを返します。失敗した場合は null を返します。

add a note add a note

User Contributed Notes

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