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
 static void backtrace ()
 static void classes ()
 static void conf ()
 static void cookie ()
 static void defines ()
 static boolean disable ()
 static void dump ( $data, mixed $data,...)
 static boolean enable ()
 static void env ()
 static void extensions ()
 static void functions ()
 static void get ()
 static void headers ()
 static void includes ()
 static void ini (string $ini_file)
 static void interfaces ()
 static void path ()
 static void phpini ()
 static void post ()
 static void request ()
 static void server ()
 static void session ()
 static string version ()
Methods
static backtrace (line 82)

Prints a debug backtrace

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

Prints a list of all currently declared classes.

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

Prints a list of all your configuration settings.

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

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

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

Prints a list of all currently declared constants.

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

Disable Krumo

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

Dump information about a variable

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

Enable Krumo

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

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

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

Prints a list of all currently loaded PHP extensions.

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

Prints a list of all currently declared functions.

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

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

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

Prints a list of all HTTP request headers.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Return Krumo version

  • access: public
static string version ()

Documentation generated on Sun, 02 Dec 2007 09:43:24 +0200 by phpDocumentor 1.4.0a2