mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
dir() returns an instantiated object, not a class.
This commit is contained in:
parent
87ddcef3c3
commit
d820c177bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue