mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
dir() returns an instantiated object, not a class.
This commit is contained in:
parent
87ddcef3c3
commit
d820c177bf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user