Doc Bug #54748 - Missing default value for image_type_to_extension() - added default value of true to prototype

http://lxr.php.net/opengrok/xref/PHP_5_3/ext/standard/image.c#1173

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
David Tajchreber 2011-05-16 15:10:17 +00:00
parent dd95f273f8
commit 56b50d5677

View file

@ -10,7 +10,7 @@
<methodsynopsis>
<type>string</type><methodname>image_type_to_extension</methodname>
<methodparam><type>int</type><parameter>imagetype</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>include_dot</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>include_dot</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
Returns the extension for the given <literal>IMAGETYPE_XXX</literal>