Child classes:
- HTTP_RequestMessage
- Třída pro zabalení hlaviček pro požadavek
- HTTP_ResponseHeader
- Třída pro zabalení hlaviček odpovědi
Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Třída pro práci s http hlavičkami (headers)
Tags:
- version - 1.0
- author - Vojtěch Schlesinger <pif@broskev.cz>
[ Top ]
Class Variables
Class Methods
__construct
HTTP_Header __construct(
)
[line 11]
Tags:
- access - public
Overridden in child classes as:
Parameters:
[ Top ]
getHeader
string getHeader(
string
$header_name)
[line 19]
Vrátí hlavičku podle jména
Tags:
- return - obsah hlavičky
- access - public
Parameters:
- string $header_name -
[ Top ]
reset
void reset(
)
[line 44]
Vymaže hlavičky
Tags:
- access - public
Overridden in child classes as:
- HTTP_ResponseMessage::reset()
- Vymaže tělo a hlavičky
Parameters:
[ Top ]
serializeHeaders
string serializeHeaders(
)
[line 54]
Upraví hlavičky k použití v http
Tags:
- access - public
Parameters:
[ Top ]
setHeader
void setHeader(
string
$header_name, string
$value)
[line 33]
Nastaví hlavičku
Tags:
- access - public
Parameters:
- string $header_name -
- string $value -
[ Top ]