PHP can convert a PHP array into a flat string which can ultimately be converted back into an array when required, this is is useful for storing in a database or a file for use later. This tool can take a PHP Serialized array and return a formatted print version of that serialized array.