Regex/ code to fix corrupt serialized PHP data.

前端 未结 12 709
夕颜
夕颜 2020-11-30 07:04

I have a massive multidimensional array that has been serialised by PHP. It has been stored in MySQL and the data field wasn\'t large enough... the end has been cut off... I

12条回答
  •  遥遥无期
    2020-11-30 07:39

    I doubt anyone would write code to retrieve partially saved arrays:) I fixed a thing like this once but by hand and it took hours, and then i realized i don't need that part of the array...

    Unless its really important data(and i mean REALLY important) you'd be better to leave this one go

提交回复
热议问题