Class krumo

Description

Krumo API

This class stores the Krumo API for rendering and displaying the structured information it is reporting

Located in /class.krumo.php (line 61)


	
			
Method Summary
 void backtrace ()
 void classes ()
 void conf ()
 void cookie ()
 void defines ()
 boolean disable ()
 void dump (mixed $data, mixed $data,...)
 boolean enable ()
 void env ()
 void extensions ()
 void functions ()
 void get ()
 void headers ()
 void includes ()
 void ini (mixed $ini_file, string $ini_file )
 void interfaces ()
 void path ()
 void phpini ()
 void post ()
 void request ()
 void server ()
 void session ()
 string version ()
Methods
backtrace (line 82)

Prints a debug backtrace

  • static:
  • access: public
void backtrace ()
classes (line 101)

Prints a list of all currently declared classes.

  • static:
  • access: public
void classes ()
conf (line 293)

Prints a list of all your configuration settings.

  • static:
  • access: public
void conf ()
cookie (line 437)

Prints a list of all the values from the $_COOKIE array.

  • static:
  • access: public
void cookie ()
defines (line 197)

Prints a list of all currently declared constants.

  • static:
  • access: public
void defines ()
disable (line 742)

Disable Krumo

  • static:
  • access: public
boolean disable ()
dump (line 544)

Dump information about a variable

  • static:
  • access: public
void dump (mixed $data, mixed $data,...)
  • mixed $data,...
enable (line 731)

Enable Krumo

  • static:
  • access: public
boolean enable ()
env (line 461)

Prints a list of all the values from the $_ENV array.

  • static:
  • access: public
void env ()
extensions (line 221)

Prints a list of all currently loaded PHP extensions.

  • static:
  • access: public
void extensions ()
functions (line 173)

Prints a list of all currently declared functions.

  • static:
  • access: public
void functions ()
get (line 365)

Prints a list of all the values from the $_GET array.

  • static:
  • access: public
void get ()
headers (line 245)

Prints a list of all HTTP request headers.

  • static:
  • access: public
void headers ()
includes (line 149)

Prints a list of all currently included (or required) files.

  • static:
  • access: public
void includes ()
ini (line 511)

Prints a list of all the values from an INI file.

  • static:
  • access: public
void ini (mixed $ini_file, string $ini_file )
  • string $ini_file
interfaces (line 125)

Prints a list of all currently declared interfaces (PHP5 only).

  • static:
  • access: public
void interfaces ()
path (line 317)

Prints a list of the specified directories under your include_path option.

  • static:
  • access: public
void path ()
phpini (line 269)

Prints a list of the configuration settings read from php.ini

  • static:
  • access: public
void phpini ()
post (line 389)

Prints a list of all the values from the $_POST array.

  • static:
  • access: public
void post ()
request (line 341)

Prints a list of all the values from the $_REQUEST array.

  • static:
  • access: public
void request ()
server (line 413)

Prints a list of all the values from the $_SERVER array.

  • static:
  • access: public
void server ()
session (line 485)

Prints a list of all the values from the $_SESSION array.

  • static:
  • access: public
void session ()
version (line 70)

Return Krumo version

  • static:
  • access: public
string version ()

Documentation generated on Sat, 16 Jun 2007 09:50:08 +0300 by phpDocumentor 1.3.0RC4