code example for PHP base time

Source: Internet
Author: User
This article describes a section of code that is used in PHP to process the base time, with the necessary friends, refer to it.

Here are a little example of how to benchmark or time something with PHP there is a PHP code here that teaches you how to handle the base time. The

Code is as follows:

 ';} The End time$time_end = Getmicrotime ();//Subtract the start time from the end time to get the time Taken$time = $time _ end-$time _start;//echo a little Messageecho ' 
Script ran for '. Round ($time, 2). ' seconds. ';?

This would produce a list of numbers from 0 to 9999 in your browser and the tell what long it took too complete The iterations. The above will produce a list of numbers from 0 to 9999, as well as the time it takes to complete these calculation tasks.

Summary: The above mainly demonstrates the use of the Microtime () function.

  • 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.