0

all wordpress data is stored in a database (for example mysql)... but, wordpress also stores some data fields in own database format like this:

a:1:{s:12:"header_image";s:49:"http://abcd1.de/files/2010/09/Laptop-Zuebhoer.jpg";}

(this data is stored in mysql as a text field) its easy to see that "a" is the amount, "s" is the string length... sometimes there is also an "i" for index..

OK, my question: is this something wordpress specific? this looks a little bit like json.. What is the name of this thing :) ?

Thanks.

1 Answer 1

3

It's the output from PHP's serialize function.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.