mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #21403
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
774a551d0a
commit
f9f1a68011
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue