From c86894b62c783f4eb12d203aef966754c15f6db7 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 8 Feb 2002 14:12:05 +0000 Subject: [PATCH] Removing exotic tags, replace them with more common ones. Eg use instead of for PHP variable names. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69761 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 4 ++-- functions/image.xml | 4 ++-- functions/mnogosearch.xml | 6 +++--- functions/strings.xml | 9 ++++----- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index f541d7926d..fea5315a4b 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -686,7 +686,7 @@ include_path=".;c:\www\phplib" If enabled, the last error message will always be present in the - global variable $php_errormsg. + global variable $php_errormsg. diff --git a/functions/image.xml b/functions/image.xml index 9614b1d49b..cdee837cd0 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -53,7 +53,7 @@ PSD or BMP image file and return the dimensions along with the file type and a height/width text string to be used inside a normal HTML - IMG tag. + IMG tag. Returns an array with 4 elements. Index 0 contains the width of diff --git a/functions/mnogosearch.xml b/functions/mnogosearch.xml index 050160b506..535e6383cd 100644 --- a/functions/mnogosearch.xml +++ b/functions/mnogosearch.xml @@ -1,5 +1,5 @@ - + mnoGoSearch Functions mnoGoSearch @@ -1230,7 +1230,7 @@ if (!udm_load_ispell_data($udm,UDM_ISPELL_TYPE_SERVER,'','',1)) { UDM_PARAM_VARDIR - specifies a custom path to directory where indexer stores data when using built-in database and in cache mode. By default /var directory of - mnoGoSearch installation is used. Can have + mnoGoSearch installation is used. Can have only string values. The parameter is available in PHP 4.1.0 or later. @@ -1239,7 +1239,7 @@ if (!udm_load_ispell_data($udm,UDM_ISPELL_TYPE_SERVER,'','',1)) { UDM_PARAM_VARDIR - specifies a custom path to directory where indexer stores data when using built-in database and in cache mode. By default /var directory of - mnoGoSearch installation is used. Can have + mnoGoSearch installation is used. Can have only string values. The parameter is available in PHP 4.1.0 or later. diff --git a/functions/strings.xml b/functions/strings.xml index 997acb6426..2956c27aa5 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -685,10 +685,9 @@ $encoded = strtr($str, $trans); ]]> - The $encoded variable will now contain: "Hallo - & - <Frau> - & Krämer". + The $encoded variable will now contain: + "Hallo & <Frau> & + Krämer". The cool thing is using array_flip to change