|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-07-24 07:52 UTC] ab@php.net
-Status: Open
+Status: Wont fix
[2013-07-24 07:52 UTC] ab@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 23:00:01 2025 UTC |
Description: ------------ PHP must have the ability support nanoseconds. In today high traffic and high load website. We really need to support nanoseconds. think about it, in per seconds, their maybe more than 1 million trades, if you have not nonoseconds. how can you know the real time it be? We can now only using scripts like : echo passthru("date +%s.%N"); but this way is not native, so please add support it . just like support microtime. You guys may know Java has Nanoseconds function. http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#nanoTime() Java is ready for bussiness. but what about PHP? Test script: --------------- NO function can return nanoseconds native. Expected result: ---------------- nanoseconds Actual result: -------------- no way to got it.