git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2003-01-04 10:51:51 +00:00
parent 774a551d0a
commit f9f1a68011

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.getimagesize">
<refnamediv>
@ -78,7 +78,7 @@ echo "<img src=\"img/flag.jpg\" {$size[3]}>";
</para>
<para>
Beginning with PHP 4.3, <function>getimagesize</function> also returns an
additional parameter, <literal>MIME</literal>, that corresponds with the
additional parameter, <literal>mime</literal>, that corresponds with the
MIME type of the image. This information can be used to deliver images
with correct HTTP Content-type headers:
<example>