mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02284193f1
commit
417d45ec40
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue