Re: [PHP-DOC] Document for 'dir' class seem missing a property?

2002-09-22 Thread Gabor Hojtsy

 Well, I won't imprudently report this as a bug, but the description of
'dir'
 class in dir functions is:

  class dir {

   dir(string directory);
   string path;

   string read();
   void rewind();
   void close();
 }

 And then it refers a 'handle property' in the text follows.  I wonder if
 there is a missing 'handle' definition in class dir.  Thanks!

There is. Can you please add it.

Thanks,
Goba



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




[PHP-DOC] Document for 'dir' class seem missing a property?

2002-09-20 Thread Dallas Thunder

Well, I won't imprudently report this as a bug, but the description of 'dir'
class in dir functions is:

 class dir {

  dir(string directory);
  string path;

  string read();
  void rewind();
  void close();
}

And then it refers a 'handle property' in the text follows.  I wonder if
there is a missing 'handle' definition in class dir.  Thanks!



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