ob_get_clean <<< |
ob_get_contents | ob_get_length >>> |
7.77 Bufferisation de sortie 7 Index des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes prédefinies . Exemples . Voir aussi . flush . ob_clean . ob_end_clean . ob_end_flush . ob_flush . ob_get_clean ->ob_get_contents . ob_get_length . ob_get_level . ob_get_status . ob_gzhandler . ob_implicit_flush . ob_start |
7.77.15 ob_get_contents() Retourne le contenu du buffer de sortie[ Exemples avec ob_get_contents ] PHP 4 string ob_get_contents ( void )ob_get_contents retourne le contenu du buffer de sortie si la bufferisation est activée, ou FALSE sinon. Voir aussi ob_start et ob_get_length . |
<< | ob_get_contents | >> |
ob_get_clean | Bufferisation de sortie | ob_get_length |