NAME ^

php_head.pir - PHP head Standard Library

DESCRIPTION ^

Functions ^

void header(string header [, bool replace, [int http_response_code]])

Sends a raw HTTP header

NOT IMPLEMENTED.

array headers_list(void)

Return list of headers to be sent / already sent

NOT IMPLEMENTED.

bool headers_sent([string &$file [, int &$line]])

Returns true if headers have already been sent, false otherwise

NOT IMPLEMENTED.

bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])

Send a cookie

NOT IMPLEMENTED.

bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])

Send a cookie with no url encoding of the value

NOT IMPLEMENTED.


parrot