Function FirePHP->__sleep

Definitions

sources/firephp.php

  • When the object gets serialized only include specific object members.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

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

Preview

Code (PHP)

/**
 * When the object gets serialized only include specific object members.
 *
 * @return array
 */

public function __sleep()