http_chunked_decode(3) php man page | unix.com

Man Page: http_chunked_decode

Operating Environment: php

Section: 3

HTTP_CHUNKED_DECODE(3)							 1						    HTTP_CHUNKED_DECODE(3)

http_chunked_decode - Decode chunked-encoded data

SYNOPSIS
string http_chunked_decode (string $encoded)
DESCRIPTION
Decodes a string which is HTTP-chunked encoded.
PARAMETERS
o $encoded - chunked encoded string
RETURN VALUES
Returns the decoded string on success or FALSE on failure.
EXAMPLES
Example #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
ares_expand_string(3) - debian
ares_expand_string(3) - centos
json_last_error(3) - php
apr::base64(3pm) - debian
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Denial Of Service Attack Update