Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_ob_end_flush_all [ WordPress Function ]

wp_ob_end_flush_all ( No parameters )
Defined at:



Flush all output buffers for PHP 5.2.

Make sure all output buffers are flushed before our singletons our destroyed.

Source


<?php
function wp_ob_end_flush_all() {
    
$levels ob_get_level();
    for (
$i=0$i<$levels$i++)
        
ob_end_flush();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics