Function FB->dump
Definitions
sources/firephp.php
- Dumps key and variable to firebug server panel
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$key | string | No | No | required parameter | N/A | N/A | $key |
$variable | mixed | No | No | required parameter | N/A | N/A | $variable |
Returns
- Type: true
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Dumps key and variable to firebug server panel
*
* @param string $key $key
* @param mixed $variable $variable
* @return true
*/
public static function dump($key, $variable)
* Dumps key and variable to firebug server panel
*
* @param string $key $key
* @param mixed $variable $variable
* @return true
*/
public static function dump($key, $variable)