MySQL-Veritabanı Wordpress Veritabanı?

0 Cevap php

tüm wordpress verileri (örneğin mysql için) bir veritabanında saklanır ... ama wordpress de böyle kendi veritabanı formatında bazı veri alanlarını saklar:

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 :)?

Teşekkürler.

0 Cevap