Function FirePHP->fb

Definitions

sources/firephp.php

  • Log varible to Firebug
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$object mixed No No required parameter N/A N/A The variable to be logged

Returns

  • Return TRUE if message was added to headers, FALSE otherwise
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Log varible to Firebug
 *
 * @param  mixed $object The variable to be logged
 * @return boolean Return TRUE if message was added to headers, FALSE otherwise
 */

public function fb($object)