mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document upcoming optional parameters. This function remains undocumented though.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112260 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2913c89bc9
commit
1dfee53a7d
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
|
||||
<refentry id='function.imagegd2'>
|
||||
<refnamediv>
|
||||
|
@ -12,10 +12,23 @@
|
|||
<type>int</type><methodname>imagegd2</methodname>
|
||||
<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>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
<para>
|
||||
The optional <parameter>type</parameter> parameter is either
|
||||
<literal>raw</literal> or <literal>compressed</literal>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The optional <parameter>chunk_size</parameter> and
|
||||
<parameter>type</parameter> parameters became available
|
||||
in PHP 4.3.1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue