dams            Thu May 17 00:30:32 2001 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  Added getimagesize 's return when failing.
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.38 phpdoc/en/functions/image.xml:1.39
--- phpdoc/en/functions/image.xml:1.38  Wed Apr 25 23:57:29 2001
+++ phpdoc/en/functions/image.xml       Thu May 17 00:30:31 2001
@@ -86,6 +86,11 @@
     pictures. <literal>bits</literal> is the number of bits for each color.
    </para>
    <para>
+       If accessing the <parameter>filename</parameter> image is impossible,
+       or if it isn't a valid picture, <function>getimagesize</function>
+       will return <literal>NULL</literal> and generate a warning.
+   </para>
+   <para>
     The optional <parameter>imageinfo</parameter> parameter allows
     you to extract some extended information from the image
     file. Currently this will return the different


Reply via email to