From 729a62a91e4dc44d91456ed12954235d83daacfb Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Wed, 20 Feb 2008 21:44:00 +0000 Subject: [PATCH] Modes 3 and 4 return a string containing the characters that were or were not used respectively, not byte-codes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253352 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/count-chars.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/count-chars.xml b/reference/strings/functions/count-chars.xml index 4b74a567c5..497eebbd92 100644 --- a/reference/strings/functions/count-chars.xml +++ b/reference/strings/functions/count-chars.xml @@ -1,5 +1,5 @@ - + count_chars @@ -69,12 +69,12 @@ - 3 - a string containing all used byte-values is returned. + 3 - a string containing all unique characters is returned. - 4 - a string containing all not used byte-values is returned. + 4 - a string containing all not used characters is returned.