http_chunked_decode
(PECL)
http_chunked_decode -- Decode chunked-encoded data
Descrição
string
http_chunked_decode ( string encoded )
Decodes a string which is HTTP-chunked encoded.
Parâmetros
- encoded
Chunked encoded string
Valores de retornado
Returns the decoded string on success or FALSE on failure.