techtonik               Tue Sep 20 08:09:45 2005 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   is-readable.xml 
  Log:
  * also works for directories
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/is-readable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-readable.xml:1.7 
phpdoc/en/reference/filesystem/functions/is-readable.xml:1.8
--- phpdoc/en/reference/filesystem/functions/is-readable.xml:1.7        Tue Apr 
 5 13:36:37 2005
+++ phpdoc/en/reference/filesystem/functions/is-readable.xml    Tue Sep 20 
08:09:43 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-readable">
    <refnamediv>
@@ -13,7 +13,8 @@
       
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Returns &true; if the filename exists and is readable.
+     Returns &true; if the file or directory specified by 
+     <parameter>filename</parameter> exists and is readable.
     </para>
     <para>
      Keep in mind that PHP may be accessing the file as the user

Reply via email to