Unserialize to PHP Array
Form for Unserialize
This form allows you Unserialize to PHP Array:
Result of Unserializing
Move to "Paste Code" for Save it
About Unserialize to PHP Array
Unserialize to PHP Array
The Unserialize to PHP Array was created for online converting PHP serialized string into appropriate Unserialize PHP Array. This can come in handy for testing or debugging your serialize string, also for fast decryption of serialized text
How it Works?
Just paste your PHP Serialized text to the textarea above and click to the button "Convert" and you will get Unserialized PHP Array.
Example of Unserialize to PHP Array
Before:a:1:{s:7:"website";a:2:{s:6:"domain";s:9:"wtools.io";s:5:"title";s:16:"Online Web Tools";}}After:
array ( 'website' => array ( 'domain' => 'wtools.io', 'title' => 'Online Web Tools', ), )