Function FB->table

Definitions

sources/firephp.php

  • Log a table 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
$table string No No required parameter N/A N/A $table

Returns

  • Type: true
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Log a table in the firebug console
 *
 * @param  string $label $label
 * @param  string $table $table
 * @return true
 */

public static function table($label, $table)