logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems See What Others Are Saying!
  • Question
  • Explain soundex() and metaphone() ?


  • Correct Answer
  • soundex() The soundex() function calculates the soundex key of a string A soundex key is a four character long alphanumeric string that represent English pronunciation of a word he soundex() function can be used for spelling applications < ?php $str = "hello"; echo soundex($str); ? > metaphone() The metaphone() function calculates the metaphone key of a string A metaphone key represents how a string sounds if said by an English speaking person The metaphone() function can be used for spelling applications < ?php echo metaphone("world"); ? > 

  • Tags: IT Trainer, Project Manager

    More questions

    • 1. In the relational model, relationships between relations or tables are created by using:

    • Options
    • A. composite keys.
    • B. determinants.
    • C. candidate keys.
    • D. foreign keys.
    • Discuss
    • 2. What does microprocessor speed depend on?
    • Discuss
    • 3. What does RSI stand for?
    • Discuss
    • 4. Which Stack is used in 8086?
    • Discuss
    • 5. What is object repository?
    • Discuss
    • 6. Which is the Stack used in 8085?
    • Discuss
    • 7. What does GUI stand for?
    • Discuss
    • 8. What is the main reason the OSI Model was created?
    • Discuss
    • 9. Ethernet uses which topology

    • Options
    • A. Star
    • B. Bus
    • C. Twisted pair
    • D. Both B & C
    • Discuss
    • 10. What are various scheduling queues?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment