From a0d5c376e90d424f2dbae1e679b701644770a855 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 28 Jan 2004 23:08:18 +0000 Subject: [PATCH] scandir is wrapper aware. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150058 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dir/functions/scandir.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/dir/functions/scandir.xml b/reference/dir/functions/scandir.xml index b3f7aab7fb..6998baecc1 100644 --- a/reference/dir/functions/scandir.xml +++ b/reference/dir/functions/scandir.xml @@ -1,5 +1,5 @@ - + scandir @@ -13,6 +13,7 @@ arrayscandir stringdirectory intsorting_order + resourcecontext Returns an array of files and directories from the @@ -113,6 +114,7 @@ Array + &tip.fopen-wrapper; See also opendir, readdir,