XXXVII. HTTP Functions

Introduction

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

Requirements

Tämän laajennuksen asentaminen ei vaadi ylimääräisiä ohjelmakirjastoja.

Installation

Näiden funktioiden käyttö ei vaadi erillisten ohjelmien asentamista; ne toimitetaan PHP:n mukana.

Runtime Configuration

Tämä laajennus ei määrittele yhtäkään direktiiviä php.inissä.

Resource Types

Tämä laajennus ei määrittele yhtäkään resurssityyppiä.

Predefined Constants

Tämä laajennus ei määrittele yhtäkään uutta vakiota.

Sisällys
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