ReflectionFunctionAbstract::getClosureThis

(PHP >= 5.4.0)

ReflectionFunctionAbstract::getClosureThisReturns this pointer bound to closure

Опис

public object ReflectionFunctionAbstract::getClosureThis ( void )

Увага

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

Параметри

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

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

Returns $this pointer. Returns NULL in case of an error.

add a note add a note

User Contributed Notes

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