Query: http_chunked_decode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP_CHUNKED_DECODE(3) 1 HTTP_CHUNKED_DECODE(3) http_chunked_decode - Decode chunked-encoded dataSYNOPSISstring http_chunked_decode (string $encoded)DESCRIPTIONDecodes a string which is HTTP-chunked encoded.PARAMETERSo $encoded - chunked encoded stringRETURN VALUESReturns the decoded string on success or FALSE on failure.EXAMPLESExample #1 A http_chunked_decode(3) example <?php $string = "". "05 ". "this ". "07 ". "string ". "12 ". "is chunked encoded ". "01 ". "00"; echo http_chunked_decode($string); ?> The above example will output: this string is chunked encoded PHP Documentation Group HTTP_CHUNKED_DECODE(3)
Related Man Pages |
---|
apr::base64(3) - mojave |
urldecode(3) - php |
apr::base64(3) - osx |
json_last_error(3) - php |
ob_iconv_handler(3) - php |