mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Up2date with recent source changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119946 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
19825a16a2
commit
7b5ae161dd
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
|
||||
<refentry id='function.imagegd2'>
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>chunk_size</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
@ -23,7 +23,8 @@
|
|||
</para>
|
||||
<para>
|
||||
The optional <parameter>type</parameter> parameter is either
|
||||
<literal>raw</literal> or <literal>compressed</literal>.
|
||||
<constant>IMG_GD2_RAW</constant> or <constant>IMG_GD2_COMPRESSED</constant>.
|
||||
Default is IMG_GD2_RAW.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue