From cd6d9b0c342ac2bf8cb77b4306d422808bd012d1 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 6 Aug 2004 16:23:17 +0000 Subject: [PATCH] The third callback parameter has yet to be implemented so it's documentation is now commented out. See bug #29552 for a feature request to implement this feature. Thanks to Dave for pointing this out. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165544 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/levenshtein.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/levenshtein.xml b/reference/strings/functions/levenshtein.xml index c8c7ae65bc..891b86ec8d 100644 --- a/reference/strings/functions/levenshtein.xml +++ b/reference/strings/functions/levenshtein.xml @@ -1,5 +1,5 @@ - + @@ -23,12 +23,14 @@ intcost_rep intcost_del + This function returns the Levenshtein-Distance between the two argument strings or -1, if one of the argument strings @@ -59,6 +61,7 @@ is more general and adaptive than variant one, but not as efficient. + See also soundex, similar_text, and