php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2426 gettimeofday() not implemented
Submitted: 1999-10-02 22:17 UTC Modified: 2000-06-28 06:57 UTC
From: leon at leonatkinson dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 2 OS: windows
Private report: No CVE-ID: None
 [1999-10-02 22:17 UTC] leon at leonatkinson dot com
Looks like gettimeofday() isn't implemented.  (Let me know if you guys already know what's missing and these are just annoyances. :)

<?
	$timeofday = gettimeofday();
	
	while(list($key, $value) = each($timeofday))
	{
		print("$key = $value<BR>\n");
	}

?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-28 06:57 UTC] stas at cvs dot php dot net
implemented in PHP3 >= 3.0.7, PHP4 >= 4.0b4
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 13:01:29 2024 UTC