Function Tempcode->__sleep

Definitions

sources/tempcode.php

  • PHP magic function to handle serialisation.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • What is to be serialised
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * PHP magic function to handle serialisation.
 *
 * @return array What is to be serialised
 */

public function __sleep() : array