mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Clarify that only *supported* image types work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340373 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
653f52435c
commit
10d3f753b5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>getimagesize</function> function will determine the
|
||||
size of any given image file and return the dimensions along with
|
||||
size of any supported given image file and return the dimensions along with
|
||||
the file type and a <literal>height/width</literal> text string to be used inside a
|
||||
normal <acronym>HTML</acronym> <tag>IMG</tag> tag and the
|
||||
correspondent <acronym>HTTP</acronym> content type.
|
||||
|
|
Loading…
Reference in a new issue