NAME ^

php_head.pir - PHP head Standard Library

DESCRIPTION ^

Functions ^

void header(string header [, bool replace, [int http_response_code]])
Sends a raw HTTP headerNOT IMPLEMENTED.
array headers_list(void)
Return list of headers to be sent / already sentNOT IMPLEMENTED.
bool headers_sent([string &$file [, int &$line]])
Returns true if headers have already been sent, false otherwiseNOT IMPLEMENTED.
bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])
Send a cookieNOT 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 valueNOT IMPLEMENTED.


parrot