From e1652489550050c42ca9762ae8d8b7c5792c6f75 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 31 Oct 2004 01:25:04 +0000 Subject: [PATCH] fix #30590 : context not described git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171686 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dir/functions/scandir.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/dir/functions/scandir.xml b/reference/dir/functions/scandir.xml index 6998baecc1..5a53988ba3 100644 --- a/reference/dir/functions/scandir.xml +++ b/reference/dir/functions/scandir.xml @@ -1,5 +1,5 @@ - + scandir @@ -26,6 +26,15 @@ the optional sorting_order is used (set to 1), then sort order is alphabetical in descending order. + + For a description of the context parameter, refer + to . + + + + Context support was added in PHP 5.0.0. + + A simple <function>scandir</function> example