From 3e8fb85a157579a0b9f68fb2b6af1a617da34a9f Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Mon, 17 Jul 2000 22:19:06 +0000 Subject: [PATCH] s/PDF_open_gif/PDF_open_png/; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28534 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index 07b28c0004..0384a9ae01 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -2037,9 +2037,9 @@ pdf_close_image($pdf, $im); Including a PNG image <?php -$im = PDF_open_gif($pdf, "test.png"); -pdf_place_image($pdf, $im, 100, 100, 1); -pdf_close_image($pdf, $im); +$im = PDF_open_png ($pdf, "test.png"); +pdf_place_image ($pdf, $im, 100, 100, 1); +pdf_close_image ($pdf, $im); ?>