philip Sat Apr 26 02:00:48 2003 EDT
Modified files:
/phpdoc/en/reference/image/functions exif-imagetype.xml
Log:
Use of proper english and XML formatting (no real changes).
Index: phpdoc/en/reference/image/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/image/functions/exif-imagetype.xml:1.7
phpdoc/en/reference/image/functions/exif-imagetype.xml:1.8
--- phpdoc/en/reference/image/functions/exif-imagetype.xml:1.7 Wed Feb 5
21:20:19 2003
+++ phpdoc/en/reference/image/functions/exif-imagetype.xml Sat Apr 26
02:00:48 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
<refentry id="function.exif-imagetype">
<refnamediv>
@@ -15,9 +15,9 @@
<para>
<function>exif_imagetype</function> reads the first bytes of an image and
checks its signature. When a correct signature is found a constant will be
- returned otherwise the return value is &false;. The return value is the
same
- value that <function>getimagesize</function> returns in index 2 but this
- function is much faster.
+ returned otherwise the return value is &false;. The return value is the
+ same value that <function>getimagesize</function> returns in index 2 but
+ this function is much faster.
</para>
<para>
The following constants are defined:
@@ -31,28 +31,29 @@
8 = <constant>IMAGETYPE_TIFF_MM</constant> (motorola byte order),
9 = <constant>IMAGETYPE_JPC</constant>,
10 = <constant>IMAGETYPE_JP2</constant>,
- 11 = <constant>IMAGETYPE_JPX</constant> et
+ 11 = <constant>IMAGETYPE_JPX</constant>, and
12 = <constant>IMAGETYPE_SWC</constant>.
</para>
<para>
- This function can be used to avoid calls to other exif functions with
unsupported
- file types or in conjunction with $_SERVER['HTTP_ACCEPT'] to check whether
or
- not the viewer is able to see a specific image in his browser.
- </para>
- <para>
- <note>
- <simpara>
- This function is only available in PHP 4 compiled using
- <option role="configure">--enable-exif</option>.
- </simpara>
- <simpara>
- This function does not require the GD image library.
- </simpara>
- <simpara>
- See also <function>getimagesize</function>.
- </simpara>
- </note>
+ This function can be used to avoid calls to other exif functions with
+ unsupported file types or in conjunction with
+ <varname>$_SERVER['HTTP_ACCEPT']</varname> to check whether or
+ not the viewer is able to see a specific image in the browser.
</para>
+ <note>
+ <simpara>
+ This function is only available if PHP 4 is compiled using
+ <option role="configure">--enable-exif</option>.
+ </simpara>
+ </note>
+ <note>
+ <simpara>
+ This function does not require the GD image library.
+ </simpara>
+ </note>
+ <simpara>
+ See also <function>getimagesize</function>.
+ </simpara>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|