metaphone -- Calculate the metaphone key of a string
Syntax
string metaphone ( string str [, int phones] )
Calculates the metaphone key of str.
Similar to soundex() metaphone creates the
same key for similar sounding words. It's more accurate than
soundex() as it knows the basic rules of
English pronunciation. The metaphone generated keys are of
variable length.
Metaphone was developed by Lawrence Philips
<lphilips at verity dot com>. It is described in ["Practical
Algorithms for Programmers", Binstock & Rex, Addison Wesley,
1995].
Php metaphone Function syntax tag
metaphone php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php metaphone syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.