most used
unserialize
description
unserialize() takes a single serialized variable and converts it back into a PHP value.
unserialize() nimmt eine einzelne Variable aus einer serialisierten Datenmenge und wandelt sie in einen PHP-Wert zurück. Der konvertierte Wert wird zurück gegeben und kann vom Typ integer, float, string, array oder object sein. Falls der übergebene Sting nicht deserialisierbar ist, wird FALSE zurück gegeben und E_NOTICE produziert.
unserialize() toma una variable sencilla seriada y la convierte de vuelta a su valor PHP.
unserialize() prend une variable linéarisée (voir serialize()) et la convertit en variable PHP.
unserialize() utiliza uma única variável serializado e converte-lo de volta em um valor do PHP.
declaration of unserialize
array unserialize ( string $str )
test unserialize online
share unserialize
comments for unserialize
On 24. Sep 2010 11:55 Chris Shennan wrote:
I've been having trouble debugging serialized data in my project as it's not been easy to read the stored data. This tool saves me so much time and makes it much easier to read, and pin point where my problems are located so I can sort them out. Many thanks. Chris.
On 18. May 2010 10:07 ReSpawN wrote:
Hi! I've been using this tool for over 4 months now and I've never really said anything! Thanks a bunch for creating this awesome tool. Saves me a lot of time typing a dumb function that does this smoothly every time I need it... Thanks again!
On 09. Apr 2010 08:27 butzi wrote:
@mcedera: Sorry, YAML is currently not supported by the provider.
more comments for unserialize
There are some more comments for unserialize(). To see them all click here.