PHP Function List
header_sent doesn't exist. Closest matches:
- headers_sent
- header
- headers_list
- header_remove
- get_headers
- imap_headers
- xattr_set
- getallheaders
- notes_header_info
- fdf_header
- soapheader
- newt_scale_set
- pdf_setfont
- easter_days
- easter_date
- date_sunset
- m_getheader
- variant_set
- imap_header
- yaz_present
Site Search Results
-
Parameters. file. If the optional file and line parameters are set, headers_sent() will put the PHP source file name and line number where output started in the file ...
-
Parameters. string. The header string. There are two special-case header calls. The first is a header that starts with the string "HTTP/" (case is not significant ...
-
get_headers (PHP 5) get_headers — Fetches all the headers sent by the server in response to a HTTP request
-
This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an ...
-
Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called. exit is a language construct and it can be called ...
-
session_start() creates a session or resumes the current one based on a session identifier passed via a GET or POST request, or passed via a cookie.
-
session_cache_limiter - ManualIn private mode, the Expire header sent to the client may cause confusion for some browsers, including Mozilla. You can avoid this problem by using private_no_expire mode.
-
SERVER_NAME is the name defined in the apache configuration. HTTP_HOST is the host header sent by the client when using the more recent versions of the http protocol.
-
On => $_SERVER['SERVER_NAME'] is the ServerName var from either the global server or virtual host, whichever wraps the PHP app closest. Off => Whatever was in the Host: header sent ...
-
When doing Digest HTTP authentication this variable is set to the 'Authorization' header sent by the client (which you should then use to make the appropriate ...

Other forms of search
To search the string "header_sent" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
