Function FB->trace
Definitions
sources/firephp.php
- Log a trace in the firebug console
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$label | string | No | No | required parameter | N/A | N/A | $label |
Returns
- Type: true
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Log a trace in the firebug console
*
* @param string $label $label
* @return true
*/
public static function trace($label)
* Log a trace in the firebug console
*
* @param string $label $label
* @return true
*/
public static function trace($label)