Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
unserialize
unserialize
Create a PHP value from a stored representation
Name:
unserialize
Category:
Variable processing
Programming Language:
php
One-line Description:
Convert serialized data back to actual data.
Related
Unserialize Problems that occur when it is incompatible with PHP version
4
Use unserialize and file_get_contents to read cached data
1
Similar Functions
is_bool
is_bool
Detectwhetherthevari
floatval
floatval
Getthefloatingpointv
empty
empty
Checkifavariableisem
strval
strval
Getthestringvalueoft
is_string
is_string
Detectwhetheravariab
is_integer
is_integer
is_intalias
get_defined_vars
get_defined_vars
Returnsanarrayofalld
is_resource
is_resource
Detectwhetherthevari
Popular Articles
Use unserialize and file_get_contents to read cached data
Unserialize Problems that occur when it is incompatible with PHP version