Static Public Member Functions |
static | getSapi () |
static | setSapi ($sapi) |
static | dump ($var, $label=null, $echo=true) |
Static Protected Attributes |
static | $_sapi = null |
Detailed Description
Definition at line 31 of file Debug.php.
Member Function Documentation
static dump |
( |
$ |
var, |
|
|
$ |
label = null , |
|
|
$ |
echo = true |
|
) |
| [static] |
Debug helper function. This is a wrapper for var_dump() that adds the
tags, cleans up newlines and indents, and runs
htmlentities() before output.
- Parameters:
-
mixed | $var | The variable to dump.
|
string | $label | OPTIONAL Label to prepend to output.
|
bool | $echo | OPTIONAL Echo output if true.
|
- Returns:
- string
Definition at line 75 of file Debug.php.
static getSapi |
( |
) |
[static] |
Get the current value of the debug output environment. This defaults to the value of PHP_SAPI.
- Returns:
- string;
Definition at line 45 of file Debug.php.
static setSapi |
( |
$ |
sapi ) |
[static] |
Set the debug ouput environment. Setting a value of null causes Zend_Debug to use PHP_SAPI.
- Parameters:
-
- Returns:
- void;
Definition at line 60 of file Debug.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Debug.php