mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
soundex: see alsos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
933f6a47bc
commit
d9ac50587d
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.133 $ -->
|
||||
<!-- $Revision: 1.134 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -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].
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -2130,6 +2125,10 @@ soundex("Lukasiewicz") == soundex("Lissajous") == 'L222';
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>levenshtein</function>,
|
||||
<function>metaphone</function>, and <function>similar_text</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue