What kind of data format is that?

后端 未结 2 710
北海茫月
北海茫月 2020-12-20 16:57

I found this record in the database which is used to hold multiple values. I want to know what is this format called so that I know how to deal with it?

a:4:         


        
2条回答
  •  执笔经年
    2020-12-20 17:30

    You can use unserialize($sVarwiththeSerializedData) to revert it to the original state .

提交回复
热议问题