functions-online

serialize

descrição

Generates a storable representation of a value. This is useful for storing or passing PHP values around without losing their type and structure.

To make the serialized string into a PHP value again, use unserialize().

declaração de serialize

string serialize ( mixed $value )

teste serialize on-line




compartilhar serialize

comentários para serialize

comentários para serialize

Leia todos os comentários para serialize() aqui.

+

Leave your comment