[PHP-DOC] cvs: phpdoc /fr/functions datetime.xml From: Damien Seguy (dams <email protected>)
Date: 11/29/00

dams Wed Nov 29 05:29:19 2000 EDT

  Modified files:
    /phpdoc/fr/functions datetime.xml
  Log:
  Added strtotime
  
Index: phpdoc/fr/functions/datetime.xml
diff -u phpdoc/fr/functions/datetime.xml:1.4 phpdoc/fr/functions/datetime.xml:1.5
--- phpdoc/fr/functions/datetime.xml:1.4 Tue Nov 28 05:41:26 2000
+++ phpdoc/fr/functions/datetime.xml Wed Nov 29 05:29:19 2000
@@ -937,14 +937,14 @@
      <funcprototype>
       <funcdef>int <function>strtotime</function></funcdef>
       <paramdef>string <parameter>time</parameter></paramdef>
- <paramdef>int
+ <paramdef>int
        <parameter><optional>now</optional></parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
      <function>strtotime</function> essaye de lire une date au format
- anglais dans la cha&icirc;ne <parameter>time</parameter>,
+ anglais dans la cha&icirc;ne <parameter>time</parameter>,
      et de la transformer en timestamp UNIX.
      <example>
       <title>Exemple avec <function>strtotime</function></title>