PHP Array Serializer/Unserializer
Serialize and unserialize PHP arrays, converting between serialized strings and readable JSON or array format.
Input
Output
Note: This tool is useful for debugging WordPress database entries, session data, and
other serialized PHP data.
Features
- Serialize PHP arrays or JSON into PHP serialized format
- Unserialize PHP serialized strings into readable JSON or array format
- Perfect for debugging WordPress database entries and session data
- Handles complex nested arrays and objects
- Copy output with one click
How to Use
- Select whether you want to Serialize or Unserialize
- For Serialize: Paste a PHP array or JSON object
- For Unserialize: Paste a serialized string (commonly found in databases)
- Click the button to process
- Copy the output for use in your code or debugging