From ceb4a9255968a533a9486a465b73f09f5fbfa709 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 14 Nov 2002 16:33:48 +0000 Subject: [PATCH] Updated the predefined constants section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103944 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/constants.xml | 58 +++++++++++++++++++++++++++++++++++ reference/iconv/reference.xml | 7 ++--- 2 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 reference/iconv/constants.xml diff --git a/reference/iconv/constants.xml b/reference/iconv/constants.xml new file mode 100644 index 0000000000..0c0e10e6ec --- /dev/null +++ b/reference/iconv/constants.xml @@ -0,0 +1,58 @@ + + +
+ &reftitle.constants; + + Since PHP 4.3.0 it is possible to idenfity at runtime which iconv + implementation is adopted by this extension. + + iconv constants + + + + constant + type + description + + + + + ICONV_IMPL + string + The implementation name + + + ICONV_VERSION + string + The implementation version + + + +
+
+ + + Writing implementation-dependent scripts with these constants should be + discouraged. + + +
+ + + diff --git a/reference/iconv/reference.xml b/reference/iconv/reference.xml index b6b4a023d8..4addf9d422 100644 --- a/reference/iconv/reference.xml +++ b/reference/iconv/reference.xml @@ -1,5 +1,5 @@ - + iconv functions iconv @@ -42,10 +42,7 @@ &no.resource; -
- &reftitle.constants; - &no.constants; -
+ &reference.iconv.constants;
&reftitle.seealso;