mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Closes bug #21520 (change IMAGETYPE_JPG to IMAGETYPE_JPEG)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124684 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1d8e5ba90e
commit
1d6464f263
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
|
||||
<refentry id="function.exif-imagetype">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<para>
|
||||
The following constants are defined:
|
||||
1 = <constant>IMAGETYPE_GIF</constant>,
|
||||
2 = <constant>IMAGETYPE_JPG</constant>,
|
||||
2 = <constant>IMAGETYPE_JPEG</constant>,
|
||||
3 = <constant>IMAGETYPE_PNG</constant>,
|
||||
4 = <constant>IMAGETYPE_SWF</constant>,
|
||||
5 = <constant>IMAGETYPE_PSD</constant>,
|
||||
|
|
Loading…
Reference in a new issue