Function __global->unserialize

Definitions

sources_custom/phpstub.php

  • Creates a PHP value from a stored representation.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$str string required parameter N/A N/A Serialized string
$options ?array Null N/A N/A Extra options (null: none)

Return

  • What was originally serialised (false: bad data given, or actually false was serialized)
  • Type: ~mixed
  • Set: N/A
  • Range: N/A