From d9ac50587dd8cd5911462074ea0dae5099f74ab1 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 23:39:06 +0000 Subject: [PATCH] soundex: see alsos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64302 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index c36c1147d3..825e1edfa3 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1572,11 +1572,6 @@ $clean = ltrim($binary,"\0x00..\0x1F"); <lphilips@verity.com>. It is described in ["Practical Algorithms for Programmers", Binstock & Rex, Addison Wesley, 1995]. - - - This function was added in PHP 4.0. - - @@ -2130,6 +2125,10 @@ soundex("Lukasiewicz") == soundex("Lissajous") == 'L222'; + + See also levenshtein, + metaphone, and similar_text. +