From f5d4bb9d1081edbbcf3e62ebf740eaa413e46ab2 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 8 Nov 2002 10:57:15 +0000 Subject: [PATCH] See also count_chars, substr, strpos and strstr git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102986 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr-count.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/substr-count.xml b/reference/strings/functions/substr-count.xml index 21bf6e0391..f5c5669b10 100644 --- a/reference/strings/functions/substr-count.xml +++ b/reference/strings/functions/substr-count.xml @@ -1,5 +1,5 @@ - + @@ -24,11 +24,18 @@ <function>substr_count</function> example ]]> + + See also count_chars, + strpos, substr, + and strstr. +