mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#65951 clarity in description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331966 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a953cad1bb
commit
631b47c6b2
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
By default, <function>microtime</function> returns a <type>string</type> in
|
||||
the form "msec sec", where <literal>sec</literal> is the current time
|
||||
measured in the number of seconds since the Unix epoch (0:00:00 January 1,
|
||||
1970 GMT), and <literal>msec</literal> is the number of microseconds that
|
||||
have elapsed since <literal>sec</literal> expressed in seconds.
|
||||
the form "msec sec", where <literal>sec</literal> is the number of seconds
|
||||
since the Unix epoch (0:00:00 January 1,1970 GMT), and <literal>msec</literal>
|
||||
measures microseconds that have elapsed since <literal>sec</literal>
|
||||
and is also expressed in seconds.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>get_as_float</parameter> is set to &true;, then
|
||||
|
|
Loading…
Reference in a new issue