9 lines
205 B
PHP
9 lines
205 B
PHP
|
<?PHP
|
||
|
|
||
|
//similar_text('musel', strtolower('MusselKids'), $percent);
|
||
|
//$percent = levenshtein("iron", "musel", 1, 10, 1);
|
||
|
$percent = soundex("rosehall"); //." & ".$soundex("musel");
|
||
|
|
||
|
//echo ($percent);
|
||
|
|
||
|
?>
|