nlopess         Fri Sep  2 12:39:27 2005 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     strptime.xml 
  Log:
  change timestamp->date
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strptime.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/datetime/functions/strptime.xml
diff -u phpdoc/en/reference/datetime/functions/strptime.xml:1.4 
phpdoc/en/reference/datetime/functions/strptime.xml:1.5
--- phpdoc/en/reference/datetime/functions/strptime.xml:1.4     Mon Oct  4 
06:07:51 2004
+++ phpdoc/en/reference/datetime/functions/strptime.xml Fri Sep  2 12:39:25 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.strptime">
    <refnamediv>
     <refname>strptime</refname>
@@ -11,17 +11,18 @@
     <title>Description</title>
     <methodsynopsis>
      <type>array</type><methodname>strptime</methodname>
-     
<methodparam><type>string</type><parameter>timestamp</parameter></methodparam>
+     <methodparam><type>string</type><parameter>date</parameter></methodparam>
      
<methodparam><type>string</type><parameter>format</parameter></methodparam>
     </methodsynopsis>
     <para>
      <function>strptime</function> returns an array with the
-     <parameter>timestamp</parameter> parsed, or &false; on error.
+     <parameter>date</parameter> parsed, or &false; on error.
     </para>
     <para>
      Month and weekday names and other language dependent strings respect the
      current locale set with <function>setlocale</function> (LC_TIME).
-    </para>   
+    </para>
+    &note.no-windows;
    </refsect1>
 
    <refsect1 role="parameters">
@@ -29,10 +30,10 @@
    <para>
     <variablelist>
      <varlistentry>
-      <term><parameter>timestamp</parameter> (<type>string</type>)</term>
+      <term><parameter>date</parameter> (<type>string</type>)</term>
       <listitem>
        <para>
-        A timestamp (e.g. returned from <function>strftime</function>)
+        The string to parse (e.g. returned from <function>strftime</function>)
        </para>
       </listitem>
      </varlistentry>
@@ -161,7 +162,6 @@
       <member><function>strftime</function></member>
      </simplelist>
     </para>
-    &note.no-windows;
    </refsect1>
   </refentry>
 

Reply via email to