Open GoogleCodeExporter opened 8 years ago
File serialized not correctly. I was not able to deserialize it in the same
PHP. Are you sure that the information provided by you is correct? If yes,
please give an example of PHP code that demonstrates how to deserialize the
data you provide. My example, not being able to deserialize the data:
$ str = implode ('', file ("3_Ser-1.txt"));
echo $str;
$ str = unserialize ($str);
print_r ($str);
Файл сериализован не корректно. Я не смог
его десериализовать в том же PHP. Вы уверены,
что данные, предоставлены вами корректны?
Если да, то прошу привести пример PHP кода,
демонстрирующий десериализацию данных,
предоставленных вами. Мой пример, что не
смог десериализовать данные:
$str=implode('', file("3_Ser-1.txt"));
echo $str;
$str=unserialize($str);
print_r( $str);
Original comment by forpdfse...@gmail.com
on 1 Jul 2011 at 9:31
Original issue reported on code.google.com by
shtut...@yandex.ru
on 23 Jan 2011 at 9:15Attachments: