Print pretty output.
public static output ( mixed $var, string $title = '', boolean $escape = false, string $space = '', boolean $short = false, string $deprecated = null ) | ||
$var | mixed | Variable to show. |
$title | string | (optional) Variable title. |
$escape | boolean | (optional) Whether to character escape the textual output. |
$space | string | (internal) Indentation spacing. |
$short | boolean | (internal) Short or normal annotation. |
$deprecated | string | ==Deprecated argument. |