例如,我有字符串
a:1:{i:0;a:3:{s:4:"name";s:56:"Song → Black Meen : “So Clean (feat. Dullaah Jin)”";s:4:"file";s:98:"http://localhost/peace.worldwide/wp-content/uploads/2013/05/03-So-Clean-feat.-Dullaah-Jin.mp3";s:9:"condition";s:3:"all";}}
我想反序列化它。
当我将它传递给 unserialize() 时,结果什么都没有(例如,print_r(unserialize(/*I put the string here*/))
打印绝对没有)。
为什么会发生?