From e6781f61bf5c27776c86a0ddf3b299e05d44e7e4 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 21:11:23 +0000 Subject: [PATCH] add note about order of entries returned from dir object. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64291 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dir.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/dir.xml b/functions/dir.xml index 83734f5412..5f91af70c9 100644 --- a/functions/dir.xml +++ b/functions/dir.xml @@ -1,5 +1,5 @@ - + Directory functions Directories @@ -102,6 +102,12 @@ $d->close(); + + + The order in which directory entries are returned by the read method is + system-dependent. + +