From 5ad91154ca9a50b6e694bcadc7298cc4333a195e Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 14 Dec 1999 07:13:30 +0000 Subject: [PATCH] Looks now better. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17189 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 106 ++++++++++++++++++++++++------------------ 1 file changed, 62 insertions(+), 44 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index fa3adc5c89..c7588a74c8 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -230,50 +230,68 @@ $new_string = chunk_split(base64_encode($data)); - - - - count_chars - Return information abouts characters used in a string - - - Description - - mixed count_chars - string string - mode - - - Counts the number of occurances of every byte-value (0..255) in - string and returns it in various ways. - The optional parameter Mode default to 0. Depending on - mode count_chars returns one of the following: + + + count_chars + + Return information abouts characters used in a string + + + + Description + + mixed count_chars + string string + + + mode + + + + + Counts the number of occurances of every byte-value (0..255) in + string and returns it in various ways. + The optional parameter Mode default to + 0. Depending on mode + count_chars returns one of the following: - - 0 - an array with the byte-value as key and the freqency of every byte as value. - - - 1 - same as 0 but only byte-values with a frequency greater zero are listed. - - - 2 - same as 0 but only byte-values with a frequency equal to zero are listed. - - - 3 - a string containing all used byte-values is returned. - - - 4 - a string containing all not used byte-values is returned. - - - - - - This function was added in PHP 4.0. - - - - - + + + 0 - an array with the byte-value as key and the freqency of + every byte as value. + + + + + 1 - same as 0 but only byte-values with a frequency greater + zero are listed. + + + + + 2 - same as 0 but only byte-values with a frequency equal to + zero are listed. + + + + + 3 - a string containing all used byte-values is returned. + + + + + 4 - a string containing all not used byte-values is returned. + + + + + + + This function was added in PHP 4.0. + + + + @@ -2181,7 +2199,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../manual.ced" +sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil