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

[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