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

dams Tue Dec 26 02:24:19 2000 EDT

  Modified files:
    /phpdoc/fr/functions image.xml
  Log:
  Fixing typos (etourne -> retourne).
  
Index: phpdoc/fr/functions/image.xml
diff -u phpdoc/fr/functions/image.xml:1.10 phpdoc/fr/functions/image.xml:1.11
--- phpdoc/fr/functions/image.xml:1.10 Fri Dec 15 06:04:32 2000
+++ phpdoc/fr/functions/image.xml Tue Dec 26 02:24:19 2000
@@ -53,7 +53,7 @@
      balise <acronym>HTML</acronym> ou <sgmltag>IMG</sgmltag> normale.
     </para>
     <para>
- <function>getimagesize</function> etourne un tableau de 4 &eacute;l&eacute;ments.
+ <function>getimagesize</function> retourne un tableau de 4 &eacute;l&eacute;ments.
      L'index 0 contient la largeur. L'index 1 contient la longueur. L'index 2
      contient le type de l'image : 1 = GIF, 2 = JPG, 3 = PNG. L'index 3 contient la
      cha&icirc;ne &agrave; placer dans les balises HTML :
@@ -61,8 +61,8 @@
      <example>
       <title><function>getimagesize</function></title>
       <programlisting>
-&lt;?php $size = GetImageSize("img/flag.jpg"); ?>
-&lt;IMG SRC="img/flag.jpg" &lt;?php echo $size[3]; ?>>
+&lt;?php $size = GetImageSize("img/flag.jpg"); ?gt;
+&lt;IMG SRC="img/flag.jpg" &lt;?php echo $size[3]; ?gt;>
       </programlisting>
      </example>
     </para>
@@ -85,7 +85,7 @@
         $iptc = iptcparse($info["APP13"]);
         var_dump($iptc);
     }
-?>
+?gt;
         </programlisting>
        </example>
      <note>
@@ -1073,7 +1073,7 @@
 &lt;?php
 $im = ImageCreateFromPng("test.png");
 ImagePng($im);
-?>
+?gt;
       </programlisting>
      </informalexample>
     </para>
@@ -2080,7 +2080,7 @@
  while(list($k,$v)=each($exif)) {
    echo "$k: $v&lt;br>\n";
  }
-?>
+?gt;
 Output:
 FileName: p0001807.jpg
 FileDateTime: 929353056