mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Don't discriminate genetic engineers (bug #30576)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171441 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46446b0739
commit
2e96233965
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.levenshtein">
|
||||
<refnamediv>
|
||||
|
@ -23,15 +23,13 @@
|
|||
<type>int</type><methodname>levenshtein</methodname>
|
||||
<methodparam><type>string</type><parameter>str1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>str2</parameter></methodparam>
|
||||
<methodparam><type>function</type><parameter>cost</parameter></methodparam>
|
||||
<methodparam><type>callback</type><parameter>cost</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
-->
|
||||
<para>
|
||||
This function returns the Levenshtein-Distance between the
|
||||
two argument strings or -1, if one of the argument strings
|
||||
is longer than the limit of 255 characters (255 should be
|
||||
more than enough for name or dictionary comparison, and
|
||||
nobody serious would be doing genetic analysis with PHP).
|
||||
is longer than the limit of 255 characters.
|
||||
</para>
|
||||
<para>
|
||||
The Levenshtein distance is defined as the minimal number of
|
||||
|
|
Loading…
Reference in a new issue