Function FirePHP->jsonEncode

Definitions

sources/firephp.php

  • Encode an object into a JSON stringUses PHP's jeson_encode() if available
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$object object required parameter N/A N/A The object to be encoded
$skipObjectEncode boolean False N/A N/A $skipObjectEncode

Return

  • The JSON string
  • Type: string
  • Set: N/A
  • Range: N/A