dir() returns an instantiated object, not a class.

This commit is contained in:
Rasmus Lerdorf 2002-08-13 04:24:15 +00:00
parent 87ddcef3c3
commit d820c177bf

View File

@ -174,7 +174,7 @@ PHP_FUNCTION(opendir)
}
/* }}} */
/* {{{ proto class dir(string directory)
/* {{{ proto object dir(string directory)
Directory class with properties, handle and class and methods read, rewind and close */
PHP_FUNCTION(getdir)