mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
pdf object parameter is needed here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48294 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1119f233f5
commit
ead0a857b8
1 changed files with 2 additions and 1 deletions
|
@ -889,12 +889,13 @@ pdf_delete($pdf);
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>pdf_close_image</function></funcdef>
|
||||
<paramdef>int <parameter>pdf object</parameter></paramdef>
|
||||
<paramdef>int <parameter>image</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Close an <parameter>image</parameter> retrieved with one of the
|
||||
<function>pdf_open_image*()</function> functions.
|
||||
<function>pdf_open_image*</function> functions.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue