Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Function in PHP within the PHP forums, part of the Web Development category; In PHP what is the use of microtime() function. For what purpose and in what scenario one uses the function microtime() in their application....
|
|||||||
| PHP PHP - The most popular scripting language. Discuss PHP related questions here. Sample Scripts, Popular downloads, tools and utilites and more... |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Re: Function in PHP
microtime() returns the current Unix timestamp with microseconds. This function is only available on operating systems that support the gettimeofday() system call. The syntax for this function is
string microtime ( void ) Hope this clarifies your doubt |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Generate random password Using PHP | fred | PHP | 2 | 02-06-2007 08:56 AM |
| Usage of function | janelyn | C and C++ | 2 | 11-12-2006 03:11 PM |
| Need predefined Function or code for Data Display in PHP | norman | PHP | 0 | 07-17-2006 05:17 PM |
| Difference between PHP 4.0 and PHP 5.0 | janelyn | PHP | 1 | 07-13-2006 10:53 PM |
| Is PHP ready for Web 2.0? | Shivanna | HTML & CSS | 1 | 06-08-2006 09:14 PM |