PHP 클래스 Pinq\Utilities

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

공개 메소드들

메소드 설명
getTypeOrClass ( mixed $value ) : string Returns the type or class of the supplied function
isIterable ( mixed $value ) : boolean Returns whether the value is iterable

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

getTypeOrClass() 공개 정적인 메소드

Returns the type or class of the supplied function
public static getTypeOrClass ( mixed $value ) : string
$value mixed The value
리턴 string The type or class

isIterable() 공개 정적인 메소드

Returns whether the value is iterable
public static isIterable ( mixed $value ) : boolean
$value mixed The value
리턴 boolean Whether the value is iterable