LXXV. Output Control Functions

Introductie

Afhankelijkheden

Deze functies zijn beschikbaar als onderdeel van de standard module die altijd beschikbaar is .

Installatie

Er zijn geen handelingen nodig m.b.t . tot installatie voor deze functies , omdat ze deel uitmaken van de kern van PHP .

Configuratie tijdens scriptuitvoer

Het gedrag van deze functies kan worden beï vanuit php.ini .

Tabel 1 .

For further details and definition of the PHP_INI_* constants see ini_set() .

output_buffering boolean / integer

output_handler string

Opmerking :

implicit_flush boolean



Resource types

Deze extensie maakt geen gebruik van resources .

Voorgedefineerde constanten

Deze extensie defineert geen constanten .

Voorbeelden

Voorbeeld 1 .






Opmerking :

Zie ook

Inhoudsopgave
flush -- Flush the output buffer
ob_clean -- Clean (erase) the output buffer
ob_end_clean -- Clean (erase) the output buffer and turn off output buffering
ob_end_flush -- Flush (send) the output buffer and turn off output buffering
ob_flush -- Flush (send) the output buffer
ob_get_contents -- Return the contents of the output buffer
ob_get_length -- Return the length of the output buffer
ob_get_level -- Return the nesting level of the output buffering mechanism
ob_get_status -- Get status of output buffers
ob_gzhandler -- ob_start callback function to gzip output buffer
ob_implicit_flush -- Turn implicit flush on/off
ob_start -- Turn on output buffering