What are soundex() and metaphone() functions in php?
Answer / Manish Kumar Tripathi
soundex() and metaphone() are PHP functions that convert words into phonetic code. They can be used for sound-alike searches, such as when a user may misspell a word but still want to find related results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what does $_files means?
what will do ceil() and floor() in PHP?
What is the difference between php and javascript?
How to Retrieve a Cookie Value?
What are php expressions?
Which is the correct way to check if a session has already been started ?
How do you remove duplicates from an array?
Can I run php without xampp?
Explain Whitespace Characters?
Why framework is used in php?
What is the $_ server php_self variable?
What is config file in php?