PHP 클래스 Pinq\Iterators\Common\Functions

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

공개 메소드들

메소드 설명
allowExcessiveArguments ( callable $function ) : callable Returns a wrapper function that will allow the function to be called with excessive number of arguments, this is useful for internal function support.

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

allowExcessiveArguments() 공개 정적인 메소드

Note that references will not be maintained.
public static allowExcessiveArguments ( callable $function ) : callable
$function callable
리턴 callable