XXXVII. HTTP Functions

Úvod

These functions let you manipulate the output sent back to the remote browser right down to the HTTP protocol level.

Požiadavky

No external libraries are needed to build this extension.

Inštalácia

There is no installation needed to use these functions; they are part of the PHP core.

Konfigurácia behu

This extension has no configuration directives defined in php.ini.

Typy prostriedkov

This extension has no resource types defined.

Preddefinované konštanty

This extension has no constants defined.

Obsah
header -- Send a raw HTTP header
headers_list -- Returns a list of response headers sent (or ready to send)
headers_sent -- Checks if or where headers have been sent
setcookie -- Send a cookie
setrawcookie -- Send a cookie without urlencoding the cookie value