vrana Thu Oct 13 07:57:05 2005 EDT
Modified files: /phpdoc/en/reference/datetime/functions strtotime.xml Log: Microtime (bug #34755) http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/reference/datetime/functions/strtotime.xml diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.16 phpdoc/en/reference/datetime/functions/strtotime.xml:1.17 --- phpdoc/en/reference/datetime/functions/strtotime.xml:1.16 Fri Aug 12 12:07:42 2005 +++ phpdoc/en/reference/datetime/functions/strtotime.xml Thu Oct 13 07:57:02 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 --> <refentry id="function.strtotime"> <refnamediv> @@ -45,7 +45,8 @@ <para> The string to parse, according to the GNU <ulink url="&url.gnu.man.date-input;">Date Input Formats</ulink> - syntax + syntax. Before PHP 5.0, microseconds weren't allowed in the time, since + PHP 5.0 they are allowed but ignored. </para> </listitem> </varlistentry> @@ -53,7 +54,7 @@ <term><parameter>now</parameter></term> <listitem> <para> - The timestamp used to calculate the returned value + The timestamp used to calculate the returned value. </para> </listitem> </varlistentry>