From f104c612d631442b71f8505d3514a6ea46d5a42b Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 23 Feb 2003 16:02:44 +0000 Subject: [PATCH] constants added and linkend from reference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117699 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/constants.xml | 129 +++++++++++++++++++++++++++++ reference/filesystem/reference.xml | 7 +- 2 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 reference/filesystem/constants.xml diff --git a/reference/filesystem/constants.xml b/reference/filesystem/constants.xml new file mode 100644 index 0000000000..6662ea49ca --- /dev/null +++ b/reference/filesystem/constants.xml @@ -0,0 +1,129 @@ + + +
+ &reftitle.constants; + &extension.constants; + + + + GLOB_BRACE + (integer) + + + + + + + + + + GLOB_ONLYDIR + (integer) + + + + + + + + + + GLOB_MARK + (integer) + + + + + + + + + + GLOB_NOSORT + (integer) + + + + + + + + + + GLOB_NOCHECK + (integer) + + + + + + + + + + GLOB_NOESCAPE + (integer) + + + + + + + + + + PATHINFO_DIRNAME + (integer) + + + + + + + + + + PATHINFO_BASENAME + (integer) + + + + + + + + + + PATHINFO_EXTENSION + (integer) + + + + + + + + + +
+ + diff --git a/reference/filesystem/reference.xml b/reference/filesystem/reference.xml index 05d2797f19..3589bda764 100644 --- a/reference/filesystem/reference.xml +++ b/reference/filesystem/reference.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -29,10 +29,7 @@ -
- &reftitle.constants; - &no.constants; -
+ &reference.filesystem.constants;
&reftitle.seealso;