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:
Christoph Michael Becker 2016-10-07 18:18:52 +00:00
parent 653f52435c
commit 10d3f753b5

View file

@ -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.