downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ob_list_handlers> <ob_gzhandler
Last updated: Fri, 11 Dec 2009

view this page in

ob_implicit_flush

(PHP 4, PHP 5)

ob_implicit_flushActive/désactive l'envoi implicite

Description

void ob_implicit_flush ([ int $flag = true ] )

ob_implicit_flush() active/désactive l'envoi implicite. L'envoi implicite signifie que toute fonction qui envoie des données au navigateur verra ses données envoyées immédiatement (la fonction flush() est appelée automatiquement).

Liste de paramètres

flag

TRUE pour activer, FALSE sinon.

Valeurs de retour

Aucune valeur n'est retournée.

Voir aussi

  • flush() - Vide les tampons de sortie
  • ob_start() - Enclenche la tamporisation de sortie
  • ob_end_flush() - Envoie les données du tampon de sortie et éteint la tamporisation de sortie



add a note add a note User Contributed Notes
ob_implicit_flush
There are no user contributed notes for this page.

ob_list_handlers> <ob_gzhandler
Last updated: Fri, 11 Dec 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites