parrotcode: PHP head Standard Library | |
Contents | Language Implementations | Pipp |
php_head.pir - PHP head Standard Library
void header(string header [, bool replace, [int http_response_code]])
array headers_list(void)
bool headers_sent([string &$file [, int &$line]])
bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])
bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])
|