ReflectionFunctionAbstract::getClosureScopeClass

(PHP >= 5.4.0)

ReflectionFunctionAbstract::getClosureScopeClassReturns the scope associated to the closure

Опис

public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass ( void )

Увага

This function is currently not documented; only its argument list is available.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns the class on success or NULL on failure.

add a note add a note

User Contributed Notes

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