http_chunked_decode
(PECL)
http_chunked_decode -- Decode chunked-encoded data
Описание
string
http_chunked_decode ( string encoded )
Decodes a string which is HTTP-chunked encoded.
Список параметров
encoded
Chunked encoded string
Возвращаемые значения
Returns the decoded string on success or FALSE on failure.