#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:
Joe Watkins 2013-10-25 15:58:40 +00:00
parent a953cad1bb
commit 631b47c6b2

View file

@ -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