mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added getimagesize 's return when failing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
192a79eab1
commit
3500ffe14a
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@
|
|||
<literal>channel</literal> will be 3 for RGB pictures, and 4 for CMYK
|
||||
pictures. <literal>bits</literal> is the number of bits for each color.
|
||||
</para>
|
||||
<para>
|
||||
If accessing the <parameter>filename</parameter> image is impossible,
|
||||
or if it isn't a valid picture, <function>getimagesize</function>
|
||||
will return <literal>NULL</literal> and generate a warning.
|
||||
</para>
|
||||
<para>
|
||||
The optional <parameter>imageinfo</parameter> parameter allows
|
||||
you to extract some extended information from the image
|
||||
|
|
Loading…
Reference in a new issue