Date: 12/26/00
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions info.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions datetime.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 éléments.
+ <function>getimagesize</function> retourne un tableau de 4 élé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îne à placer dans les balises HTML :
@@ -61,8 +61,8 @@
<example>
<title><function>getimagesize</function></title>
<programlisting>
-<?php $size = GetImageSize("img/flag.jpg"); ?>
-<IMG SRC="img/flag.jpg" <?php echo $size[3]; ?>>
+<?php $size = GetImageSize("img/flag.jpg"); ?gt;
+<IMG SRC="img/flag.jpg" <?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 @@
<?php
$im = ImageCreateFromPng("test.png");
ImagePng($im);
-?>
+?gt;
</programlisting>
</informalexample>
</para>
@@ -2080,7 +2080,7 @@
while(list($k,$v)=each($exif)) {
echo "$k: $v<br>\n";
}
-?>
+?gt;
Output:
FileName: p0001807.jpg
FileDateTime: 929353056
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions info.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions datetime.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

