foreach output display, progress problem, expert solution.

Source: Internet
Author: User
$citycode = Array ("Beijing" = "101010100",
"Qingxia County" = "101090702",
"Ci" = "101091007",
"Chiayi" = "101340901",
"Alishan" = "101340902",
"Yushan" = "101340903",
"Newport" = "101340904"
);
foreach ($citycode as $key = = $value) {

echo ' output '. $value. '
';

}
?>


I'm going to output an array, but the array can be very much (I'm going to do some work with the array), I want the array to be a single bar, or 5 5 bars to show slowly. Because this is not the case, I have to wait a long time to see the results of execution, not see the progress of execution.


Reply to discussion (solution)

Add the following statement to the front
Ob_start (); Open output Buffers
Ob_end_flush ();
Ob_implicit_flush (1); Immediate output
You can output your output immediately.

The effect is obvious. Thanks for the master's advice.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.