Property | Type | Description | |
---|---|---|---|
$expand_all | static::$expand_all = 1; krumo($my_array); | ||
$sort |
Method | Description | |
---|---|---|
backtrace ( ) | Prints a debug backtrace | |
calculate_relative_path ( $file, $returnDir = false ) : string | Calculate the relative path of a given absolute URL | |
cascade ( array $cascade = null ) | Set a cascade configuration array. | |
classes ( ) | Prints a list of all currently declared classes. | |
conf ( ) | Prints a list of all your configuration settings. | |
cookie ( ) | Prints a list of all the values from the $_COOKIE array. | |
defines ( ) | Prints a list of all currently declared constants. | |
disable ( ) : boolean | Disable Krumo | |
dump ( $data, $second = '' ) : boolean | Dump information about a variable | |
enable ( ) : boolean | Enable Krumo | |
env ( ) | Prints a list of all the values from the $_ENV array. | |
extensions ( ) | Prints a list of all currently loaded PHP extensions. | |
functions ( ) | Prints a list of all currently declared functions. | |
get ( ) | Prints a list of all the values from the $_GET array. | |
get_icon ( $name, $title ) | ||
get_separator ( ) : string | Get the separator to use for separating 'key' / 'value' pairs. Defaults to ' => ' | |
headers ( ) | Prints a list of all HTTP request headers. | |
htmlHeaders ( ) | ||
includes ( ) | Prints a list of all currently included (or required) files. | |
ini ( string $ini_file ) : boolean | Prints a list of all the values from an INI file. | |
interfaces ( ) | Prints a list of all currently declared interfaces (PHP5 only). | |
path ( ) | Prints a list of the specified directories under your include_path option. | |
phpini ( ) | Prints a list of the configuration settings read from php.ini | |
post ( ) | Prints a list of all the values from the $_POST array. | |
request ( ) | Prints a list of all the values from the $_REQUEST array. | |
server ( ) | Prints a list of all the values from the $_SERVER array. | |
session ( ) | Prints a list of all the values from the $_SESSION array. | |
setConfig ( $config ) | ||
setLineNumberTestCallback ( $callback ) | ||
version ( ) : string | Return Krumo version |
Method | Description | |
---|---|---|
getCharset ( ) | ||
heading ( $first, $code = '', $rest = '' ) |
Method | Description | |
---|---|---|
_array ( mixed $data, string $name ) | Render a dump for an array | |
_boolean ( mixed $data, string $name ) | Render a dump for a boolean value | |
_config ( string $group, string $name, mixed $fallback = null ) : mixed | Returns values from Krumo's configuration | |
_css ( ) : boolean | Print the skin (CSS) | |
_debug ( boolean $state = null ) : boolean | Get\Set Krumo state: whether it is enabled or disabled | |
_dump ( mixed &$data, string $name = '…' ) | Dump information about a variable | |
_float ( mixed $data, string $name ) | Render a dump for a float value | |
_hive ( &$bee ) | ||
_integer ( mixed $data, string $name ) | Render a dump for a integer value | |
_isCollapsed ( $level, $childCount ) : boolean | Determines if a given node will be collapsed or not. | |
_marker ( ) : string | Return the marked used to stain arrays and objects in order to detect recursions | |
_null ( string $name ) : string | Render a dump for a NULL value | |
_object ( mixed &$data, string $name ) | Render a dump for an object | |
_recursion ( ) | Render a block that detected recursion | |
_resource ( mixed $data, string $name ) | Render a dump for a resource | |
_string ( mixed $data, string $name ) | Render a dump for a string value | |
_vars ( &$data ) | Render a dump for the properties of an array or objeect | |
cli_dump ( ) | ||
isCli ( ) | Detect if we're running in CLI mode` | |
is_assoc ( $var ) | ||
is_datetime ( $name, $value ) | ||
plural ( $number, $word ) : string | Properly add "S" depending on the number of items static::plural(1,"show") = "show" static::plural(4,"show") = "shows" | |
sanitizeName ( $name ) |
public static calculate_relative_path ( $file, $returnDir = false ) : string | ||
$file | string The file to calculate the relative path of | |
$returnDir | bool If set to true, only return the dirname | |
return | string |
public static classes ( ) |
public static conf ( ) |
public static cookie ( ) |
public static defines ( ) |
public static env ( ) |
public static extensions ( ) |
public static functions ( ) |
public static get ( ) |
public static get_separator ( ) : string | ||
return | string |
public static includes ( ) |
public static interfaces ( ) |
public static path ( ) |
public static phpini ( ) |
public static post ( ) |
public static request ( ) |
public static server ( ) |
public static session ( ) |
public static setLineNumberTestCallback ( $callback ) |
public static $expand_all |