derick Fri Jul 12 08:07:59 2002 EDT
Modified files:
/phpdoc/en/reference/image/functions getimagesize.xml
Log:
- Fix typoes
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.6
phpdoc/en/reference/image/functions/getimagesize.xml:1.7
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.6 Sun Jun 30 12:08:46
2002
+++ phpdoc/en/reference/image/functions/getimagesize.xml Fri Jul 12 08:07:59
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.getimagesize">
<refnamediv>
@@ -31,7 +31,7 @@
PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF(intel byte order),
8 = TIFF(motorola byte order, 9 = JPC, 10 = JP2, 11 = JPX, 12 =
JB2, 13 = SWC, 14 = IFF. These values correspond to the IMAGETYPE
- constants taht were added in PHP 4.3. Index 3 is a text string with
+ constants that were added in PHP 4.3. Index 3 is a text string with
the correct height="yyy" width="xxx" string that can be used
directly in an IMG tag.
<example>
@@ -77,7 +77,7 @@
</para>
<para>
Since PHP 4.3 GetImageSize() does also return the additional
- <literal>mime</literal> that receives the mime-type ot the image.
+ <literal>mime</literal> that receives the mime-type of the image.
This information can be used to deliver images with correct http
Content-type header if this is unknown:
<example>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php