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
bookmark unserialize
comments for unserialize
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.
On 03. Apr 2010 21:01 mcedera wrote:
like this site, but I prefer use http://www.unserialize.net/ when I want to serialize / unserialize datas. I can translate yaml datas to php serialize when I want to put serialized data in a db for example. But this website seems to be a good idea, I'll often come back ;) thanks
more comments for unserialize
There are some more comments for unserialize(). To see them all click here.
