serialize vs json_encode, unserialize vs json_decode
You may have noticed the strange strings in WordPress’ wp_options table(in some option_value) like this: a:3:{i:0;i:123;s:3:”abc”;i:456;i:789;s:3:”def”;} It seems you can decipher it but it is not very easy to read. […]
