PHP Unserialize

Parse PHP serialize format online and visualize data structures.

PHP Serialized Format Reference

Nnull
N;
bBoolean
b:1; / b:0;
iInteger
i:42;
dFloat
d:3.14;
sString
s:5:"hello";
aArray
a:2:{i:0;s:3:"foo";i:1;s:3:"bar";}
OObject
O:8:"stdClass":1:{...}

Usage

Features

This tool parses PHP serialize format strings online, visualizing data structures with multiple output formats.

Steps

Paste a PHP serialized string in the input box, click parse, and the result area will display the parsed data structure.

Notes

All parsing is done locally in the browser. No data is uploaded to a server.