elementindex.html

Description

Full index

Package indexes


b c d e f g h i k p r s v
b
Method backtrace
Prints a debug backtrace
c
Method classes
Prints a list of all currently declared classes.
Page class.krumo.php
Method conf
Prints a list of all your configuration settings.
Method cookie
Prints a list of all the values from the $_COOKIE array.
d
Method defines
Prints a list of all currently declared constants.
Constant DIR_SEP
backward compatibility: the DIR_SEP constant isn't used anymore
Method disable
Disable Krumo
Method dump
Dump information about a variable
e
Method enable
Enable Krumo
Method env
Prints a list of all the values from the $_ENV array.
Method extensions
Prints a list of all currently loaded PHP extensions.
f
Method functions
Prints a list of all currently declared functions.
g
Method get
Prints a list of all the values from the $_GET array.
h
Method headers
Prints a list of all HTTP request headers.
i
Method includes
Prints a list of all currently included (or required) files.
Method ini
Prints a list of all the values from an INI file.
Method interfaces
Prints a list of all currently declared interfaces (PHP5 only).
k
Function krumo
Alias of krumo::dump()
Class krumo
Krumo API
Constant KRUMO_DIR
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
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
Method path
Prints a list of the specified directories under your include_path option.
Constant PATH_SEPARATOR
backward compatibility: the PATH_SEPARATOR constant is availble since 4.3.0RC2
Method phpini
Prints a list of the configuration settings read from php.ini
Method post
Prints a list of all the values from the $_POST array.
r
Method request
Prints a list of all the values from the $_REQUEST array.
s
Method server
Prints a list of all the values from the $_SERVER array.
Method session
Prints a list of all the values from the $_SESSION array.
v
Method version
Return Krumo version
b c d e f g h i k p r s v