[Krumo] element index

All elements
b c d e f g h i k p r s v
b
top
Method backtrace
krumo::backtrace() in class.krumo.php
Prints a debug backtrace
c
top
Page class.krumo.php
class.krumo.php in class.krumo.php
Method classes
krumo::classes() in class.krumo.php
Prints a list of all currently declared classes.
Method conf
krumo::conf() in class.krumo.php
Prints a list of all your configuration settings.
Method cookie
krumo::cookie() in class.krumo.php
Prints a list of all the values from the $_COOKIE array.
d
top
Method defines
krumo::defines() in class.krumo.php
Prints a list of all currently declared constants.
Constant DIR_SEP
DIR_SEP in class.krumo.php
backward compatibility: the DIR_SEP constant isn't used anymore
Method disable
krumo::disable() in class.krumo.php
Disable Krumo
Method dump
krumo::dump() in class.krumo.php
Dump information about a variable
e
top
Method enable
krumo::enable() in class.krumo.php
Enable Krumo
Method env
krumo::env() in class.krumo.php
Prints a list of all the values from the $_ENV array.
Method extensions
krumo::extensions() in class.krumo.php
Prints a list of all currently loaded PHP extensions.
f
top
Method functions
krumo::functions() in class.krumo.php
Prints a list of all currently declared functions.
g
top
Method get
krumo::get() in class.krumo.php
Prints a list of all the values from the $_GET array.
h
top
Method headers
krumo::headers() in class.krumo.php
Prints a list of all HTTP request headers.
i
top
Method includes
krumo::includes() in class.krumo.php
Prints a list of all currently included (or required) files.
Method ini
krumo::ini() in class.krumo.php
Prints a list of all the values from an INI file.
Method interfaces
krumo::interfaces() in class.krumo.php
Prints a list of all currently declared interfaces (PHP5 only).
k
top
Function krumo
krumo() in class.krumo.php
Alias of krumo::dump()
Class krumo
krumo in class.krumo.php
Krumo API
Constant KRUMO_DIR
KRUMO_DIR in class.krumo.php
Set the KRUMO_DIR constant up with the absolute path to Krumo files. If it is not defined, include_path will be used. Set KRUMO_DIR only if any other module or application has not already set it up.
Constant KRUMO_TRUNCATE_LENGTH
KRUMO_TRUNCATE_LENGTH in class.krumo.php
This constant sets the maximum strings of strings that will be shown as they are. Longer strings will be truncated with this length, and their `full form` will be shown in a child node.
p
top
Method path
krumo::path() in class.krumo.php
Prints a list of the specified directories under your include_path option.
Constant PATH_SEPARATOR
PATH_SEPARATOR in class.krumo.php
backward compatibility: the PATH_SEPARATOR constant is availble since 4.3.0RC2
Method phpini
krumo::phpini() in class.krumo.php
Prints a list of the configuration settings read from php.ini
Method post
krumo::post() in class.krumo.php
Prints a list of all the values from the $_POST array.
r
top
Method request
krumo::request() in class.krumo.php
Prints a list of all the values from the $_REQUEST array.
s
top
Method server
krumo::server() in class.krumo.php
Prints a list of all the values from the $_SERVER array.
Method session
krumo::session() in class.krumo.php
Prints a list of all the values from the $_SESSION array.
v
top
Method version
krumo::version() in class.krumo.php
Return Krumo version
b c d e f g h i k p r s v