Date: 12/26/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions oracle.xml var.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions var.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Tue Dec 26 03:17:27 2000 EDT
Modified files:
/phpdoc/fr/functions image.xml
Log:
BTW examples should be indented by four spaces.
Index: phpdoc/fr/functions/image.xml
diff -u phpdoc/fr/functions/image.xml:1.11 phpdoc/fr/functions/image.xml:1.12
--- phpdoc/fr/functions/image.xml:1.11 Tue Dec 26 02:24:19 2000
+++ phpdoc/fr/functions/image.xml Tue Dec 26 03:17:27 2000
@@ -61,8 +61,8 @@
<example>
<title><function>getimagesize</function></title>
<programlisting>
-<?php $size = GetImageSize("img/flag.jpg"); ?gt;
-<IMG SRC="img/flag.jpg" <?php echo $size[3]; ?gt;>
+<?php $size = GetImageSize("img/flag.jpg"); ?>
+<IMG SRC="img/flag.jpg" <?php echo $size[3]; ?>>
</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: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions oracle.xml var.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr/functions var.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

