Definition at line 7 of file Http.php.
◆ decodeChunked()
static PhpXmlRpc\Helper\Http::decodeChunked |
( |
|
$buffer | ) |
|
|
static |
Decode a string that is encoded with "chunked" transfer encoding as defined in rfc2068 par. 19.4.6 Code shamelessly stolen from nusoap library by Dietrich Ayala.
- Parameters
-
string | $buffer | the string to be decoded |
- Returns
- string
Definition at line 17 of file Http.php.
Referenced by PhpXmlRpc\Helper\Http\parseResponseHeaders().
◆ parseResponseHeaders()
PhpXmlRpc\Helper\Http::parseResponseHeaders |
( |
& |
$data, |
|
|
|
$headersProcessed = false , |
|
|
|
$debug = 0 |
|
) |
| |
The documentation for this class was generated from the following file: