Méthode | Description | |
---|---|---|
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. |
Méthode | Description | |
---|---|---|
dumpInternal ( $var, $level ) |
public static dump ( $var, $depth = 10, $highlight = false, $yamlStyle = false ) |
public static dumpAsString ( $var, $depth = 10, $highlight = false ) : string | ||
Résultat | string | the string representation of the variable |