|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-28 15:58 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
ob_start(); for(....){ echo... } $content=ob_get_contents(); ob_end_clean(); echo $content; When $content very big (50-100K) echo $content; very slow (from 5 sec to 40 sec time)