From c9c117546e1bf4d9237ad360b3cdde60cff03761 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 30 Jun 2011 13:22:55 +0000 Subject: [PATCH] scandir constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312682 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dir/constants.xml | 40 ++++++++++++++++++++++++----- reference/dir/functions/scandir.xml | 33 +++++++++++++++++++++--- 2 files changed, 64 insertions(+), 9 deletions(-) diff --git a/reference/dir/constants.xml b/reference/dir/constants.xml index 435674bc6a..e72b99906f 100644 --- a/reference/dir/constants.xml +++ b/reference/dir/constants.xml @@ -22,16 +22,44 @@ - + Available since PHP 4.3.0. + + + + + + SCANDIR_SORT_ASCENDING + (integer) + + + + Available since PHP 5.4.0. + + + + + + SCANDIR_SORT_DESCENDING + (integer) + + + + Available since PHP 5.4.0. + + + + + + SCANDIR_SORT_NONE + (integer) + + + + Available since PHP 5.4.0. - - - The PATH_SEPARATOR was introduced with PHP 4.3.0-RC2. - -