From 61353754de584553c5b7c0afc8597ae681ea3f78 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 12 Mar 2002 01:06:38 +0000 Subject: [PATCH] Mention the predefined class Directory, with a link to the list of predefined classes. Closes Bug #14998. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72814 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dir.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/functions/dir.xml b/functions/dir.xml index 57bdaef9dc..21cdbe84bc 100644 --- a/functions/dir.xml +++ b/functions/dir.xml @@ -1,5 +1,5 @@ - + Directory functions Directories @@ -120,6 +120,15 @@ $d->close(); system-dependent. + + + This defines the internal class + Directory, meaning that you will not be + able to define your own classes with that name. For a full list + of predefined classes in PHP, please see Predefined Classes. + +