]> granicus.if.org Git - php/commitdiff
dir() returns an instantiated object, not a class.
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:24:15 +0000 (04:24 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:24:15 +0000 (04:24 +0000)
ext/standard/dir.c

index 12f3f669dedbcc206d2826c919b410c05f039e3b..64070e72f20f03f25419116a80ecc64ab9629c4a 100644 (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)