Function FirePHP->getOptions

Definitions

sources/firephp.php

  • Get options from the library
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • The currently set options
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get options from the library
 *
 * @return array The currently set options
 */

public function getOptions()