helly           Sun Jun  1 17:12:59 2003 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        getimagesize.xml 
  Log:
  Update (thanks to phillip)
  
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.13 
phpdoc/en/reference/image/functions/getimagesize.xml:1.14
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.13   Sun Jun  1 16:50:49 
2003
+++ phpdoc/en/reference/image/functions/getimagesize.xml        Sun Jun  1 17:12:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
  <refentry id="function.getimagesize">
   <refnamediv>
@@ -133,12 +133,12 @@
     </example>
     <note>
      <simpara>
-      JPEG 2000 support was added in PHP 4.3. Note that JPC and JP2 are
-      capable of having components with differint bit depths. In this case, 
+      JPEG 2000 support was added in PHP 4.3.2. Note that JPC and JP2 are
+      capable of having components with different bit depths. In this case, 
       the value for "bits" is the highest bit depth encountered. Also, JP2 
-      files can contain multiple JPEG 2000 codestreams. In this case, 
-      getimagesize returns the values for the first codestream it encounters 
-      in the root of the file.
+      files may contain multiple JPEG 2000 codestreams. In this case, 
+      <function>getimagesize</function> returns the values for the first 
+      codestream it encounters in the root of the file.
      </simpara>
     </note>
     <note>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to