update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns a dynamically created closure for the method

ReflectionMethod::getClosure

(PHP >= 5.4.0)

ReflectionMethod::getClosureReturns a dynamically created closure for the method

설명

public Closure ReflectionMethod::getClosure ( object $object )

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

object

Forbidden for static methods, required for other methods.

반환값

Returns Closure. Returns NULL in case of an error.