From 506444c21eb4e54bffc0877b5675e88b7353771b Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Fri, 6 Aug 2004 15:45:56 +0000 Subject: [PATCH] Added soundex as well! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165543 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/similar-text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/similar-text.xml b/reference/strings/functions/similar-text.xml index 5e0c376cbe..f31819c7bf 100644 --- a/reference/strings/functions/similar-text.xml +++ b/reference/strings/functions/similar-text.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ both strings. - See also levenshtein. + See also levenshtein, and soundex.