Core Function Unserialize
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> Unserialize( <string> ) </pre> === Description === Convert a string (Created with Serialize()) into its original variable/class/array etc. === Parameters === ==== strin...")
(Created page with "<pre> Unserialize( <string> ) </pre> === Description === Convert a string (Created with Serialize()) into its original variable/class/array etc. === Parameters === ==== strin...")
Latest revision as of 09:59, 21 June 2015
Unserialize( <string> )
Contents |
Description
Convert a string (Created with Serialize()) into its original variable/class/array etc.
Parameters
string
The string to unserialize back into a variable.
Return Value
Success: Returns new variable.
Failure: Returns null.
Remarks
Go See Serialize( ) for Remarks.
Example
Go See Serialize( ) for Examples.