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

  1. Select whether you want to Serialize or Unserialize
  2. For Serialize: Paste a PHP array or JSON object
  3. For Unserialize: Paste a serialized string (commonly found in databases)
  4. Click the button to process
  5. Copy the output for use in your code or debugging