From 20bf6a09c5791e0b8bb0a531da9a7d524c0effd5 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 8 Nov 2002 11:06:26 +0000 Subject: [PATCH] See also substr_count and strpos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102988 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/count-chars.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/count-chars.xml b/reference/strings/functions/count-chars.xml index cdaa54a1c4..b7184c7075 100644 --- a/reference/strings/functions/count-chars.xml +++ b/reference/strings/functions/count-chars.xml @@ -1,5 +1,5 @@ - + @@ -52,6 +52,10 @@ + + See also strpos and + substr_count. +