-/*
+e/*
+----------------------------------------------------------------------+
| PHP version 4.0 |
+----------------------------------------------------------------------+
/* }}} */
/* {{{ proto class dir(string directory)
-Directory class with properties, handle and class and methods read, rewind and close */
+ Directory class with properties, handle and class and methods read, rewind and close */
PHP_FUNCTION(getdir)
{
/* }}} */
/* {{{ proto void closedir([int dir_handle])
-Close directory connection identified by the dir_handle */
+ Close directory connection identified by the dir_handle */
PHP_FUNCTION(closedir)
{
}
/* }}} */
-/* {{{ proto string getcwd()
+/* {{{ proto string getcwd(void)
Gets the current directory */
PHP_FUNCTION(getcwd)
/* }}} */
/* {{{ proto void rewinddir([int dir_handle])
-Rewind dir_handle back to the start */
+ Rewind dir_handle back to the start */
PHP_FUNCTION(rewinddir)
{
}
/* }}} */
/* {{{ proto string readdir([int dir_handle])
-Read directory entry from dir_handle */
+ Read directory entry from dir_handle */
PHP_FUNCTION(readdir)
{