Rumah > php教程 > php手册 > PHP缓存区使用详解

PHP缓存区使用详解

WBOY
Lepaskan: 2016-06-13 10:41:09
asal
950 orang telah melayarinya

for ($i=0; $i        ob_start();   
        echo "This is iteration $i: ";   
        // * Dont do this!   
        // $buf = ob_get_contents();   
        // ob_clean();   
        // * Use this instead:   
        $buf = ob_get_flush();   
        //缓冲区关闭,竟然还有内容   
        $test=ob_get_contents();   
        echo $test,---->;   
        echo $buf;   
        echo memory_get_usage()." ";   
        echo
;   
}   
?>   

for ($i=0; $i        ob_start();
        echo "This is iteration $i: ";
        // * Dont do this!
        // $buf = ob_get_contents();
        // ob_clean();
        // * Use this instead:
        $buf = ob_get_flush();
        //缓冲区关闭,竟然还有内容
        $test=ob_get_contents();
        echo $test,---->;
        echo $buf;
        echo memory_get_usage()."";
        echo
;
}
?>

ob_get_flush相当于ob_end_flush,只有一点区别,ob_get_flush获取缓存区内容,保存到变量中,并关闭缓存区。

sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Cadangan popular
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan