Date: 07/18/00
- Next message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions image.xml"
- Previous message: David Croft: "[PHP-DOC] cvs: phpdoc /de/functions network.xml /en/functions network.xml /it/functions network.xml /ja/functions network.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
steinm Tue Jul 18 07:17:32 2000 EDT
Modified files:
/phpdoc/de/functions pdf.xml
Log:
s/PDF_open_gif/PDF_open_png/;
Index: phpdoc/de/functions/pdf.xml
diff -u phpdoc/de/functions/pdf.xml:1.18 phpdoc/de/functions/pdf.xml:1.19
--- phpdoc/de/functions/pdf.xml:1.18 Sat Jun 24 00:38:43 2000
+++ phpdoc/de/functions/pdf.xml Tue Jul 18 07:17:32 2000
@@ -2036,7 +2036,7 @@
<title>Einbinden eines PNG Bildes</title>
<programlisting>
<?php
-$im = PDF_open_gif($pdf, "test.png");
+$im = PDF_open_png($pdf, "test.png");
pdf_place_image($pdf, $im, 100, 100, 1);
pdf_close_image($pdf, $im);
?>
- Next message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions image.xml"
- Previous message: David Croft: "[PHP-DOC] cvs: phpdoc /de/functions network.xml /en/functions network.xml /it/functions network.xml /ja/functions network.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

