PHP 클래스 arrayDumper, yiidebugtb

파일 보기 프로젝트 열기: cr0t/yiidebugtb 1 사용 예제들

공개 메소드들

메소드 설명
dump ( $var, $depth = 10, $highlight = false, $yamlStyle = false ) Displays a variable.
dumpAsString ( $var, $depth = 10, $highlight = false ) : string Dumps a variable in terms of a string.

비공개 메소드들

메소드 설명
dumpInternal ( $var, $level )

메소드 상세

dump() 공개 정적인 메소드

This method achieves the similar functionality as var_dump and print_r but is more robust when handling complex objects such as Yii controllers.
public static dump ( $var, $depth = 10, $highlight = false, $yamlStyle = false )

dumpAsString() 공개 정적인 메소드

This method achieves the similar functionality as var_dump and print_r but is more robust when handling complex objects such as Yii controllers.
public static dumpAsString ( $var, $depth = 10, $highlight = false ) : string
리턴 string the string representation of the variable