mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
s/PDF_open_gif/PDF_open_png/;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8178babe81
commit
3e8fb85a15
1 changed files with 3 additions and 3 deletions
|
@ -2037,9 +2037,9 @@ pdf_close_image($pdf, $im);
|
|||
<title>Including a PNG image</title>
|
||||
<programlisting>
|
||||
<?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);
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue