Function FirePHP->setOptions

Definitions

sources/firephp.php

  • Set some options for the libraryOptions:- maxDepth: The maximum depth to traverse (default: 10)- maxObjectDepth: The maximum depth to traverse objects (default: 5)- maxArrayDepth: The maximum depth to traverse arrays (default: 5)- useNativeJsonEncode: If true will use json_encode() (default: true)- includeLineNumbers: If true will include line numbers and filenames (default: true)
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$options array required parameter N/A N/A The options to be set

Return

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