Add initializers

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-20 10:59:07 +00:00
parent 02284193f1
commit 417d45ec40

View file

@ -11,9 +11,9 @@
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>exif_thumbnail</methodname>
<methodparam><type class="union"><type>resource</type><type>string</type></type><parameter>file</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">width</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">height</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">image_type</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">width</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">height</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">image_type</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
<function>exif_thumbnail</function> reads the embedded thumbnail of an image.