XXXVIII. HTTP Functions

Introducere

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

Necesități

Aceste funcții sunt disponibile ca părți ale modulului standard care este întotdeauna disponibil.

Instalare

Nu este necesară o instalare a acestor funcții, ele fac parte din PHP.

Configurare la rulare

Această extensie nu definește directive de configurare.

Tipuri de resurse

Această extensie nu definește tipuri de resurse.

Constante predefinite

Această extensie nu definește constante.

Cuprins
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