PHP 클래스 Ublaboo\DataGrid\Utils\ArraysHelper

상속: extends Nette\Object
파일 보기 프로젝트 열기: ublaboo/datagrid 1 사용 예제들

공개 메소드들

메소드 설명
testEmpty ( array $array ) : boolean Test recursively whether given array is empty
testTruthy ( array | Traversable $a ) : boolean Is array and its values truthy?

메소드 상세

testEmpty() 공개 정적인 메소드

Test recursively whether given array is empty
public static testEmpty ( array $array ) : boolean
$array array
리턴 boolean

testTruthy() 공개 정적인 메소드

Is array and its values truthy?
public static testTruthy ( array | Traversable $a ) : boolean
$a array | Traversable
리턴 boolean