Public Member Functions | ||||
| parse ($data) | ||||
| ||||
| doLine ($line) | ||||
| getHeaders () | ||||
| ||||
| hasHeader ($name) | ||||
| getHeader ($name) | ||||
Static Public Member Functions | ||||
| static | create () | |||
Private Attributes | ||||
| $headers = array() | ||||
| $currentHeader = null | ||||
Definition at line 16 of file HeaderParser.class.php.
| static HeaderParser::create | ( | ) | [static] |
Definition at line 21 of file HeaderParser.class.php.
Referenced by CurlHttpResponse::__construct().
| HeaderParser::parse | ( | $ | data | ) |
| raw | header data |
Definition at line 30 of file HeaderParser.class.php.
References doLine().

| HeaderParser::doLine | ( | $ | line | ) |
| HeaderParser::getHeaders | ( | ) |
Definition at line 80 of file HeaderParser.class.php.
| HeaderParser::hasHeader | ( | $ | name | ) |
Definition at line 85 of file HeaderParser.class.php.
| HeaderParser::getHeader | ( | $ | name | ) |
Definition at line 90 of file HeaderParser.class.php.
HeaderParser::$headers = array() [private] |
Definition at line 18 of file HeaderParser.class.php.
HeaderParser::$currentHeader = null [private] |
Definition at line 19 of file HeaderParser.class.php.
1.5.4