mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dd95f273f8
commit
56b50d5677
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue