> 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

Reply via email to