logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the functionality of the function strstr and stristr?


  • Correct Answer
  • strstr() returns part of a given string from the first occurrence of a given substring to the end of the string For example: strstr("user@examplecom","@") will return "@examplecom" stristr() is idential to strstr() except that it is case insensitive 


  • Technology problems


    Search Results


    • 1. What are the different types of errors in php?
    • Discuss
    • 2. How can we extract string "abc.com" from a string "https://info@abc.com" using regular _expression of php?
    • Discuss
    • 3. Explain include(), include_once, require() and require_once.
    • Discuss
    • 4. How do you destroy a particular or all Sessions?
    • Discuss
    • 5. What is a Session?
    • Discuss
    • 6. What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
    • Discuss
    • 7. What are encryption functions in PHP?
    • Discuss
    • 8. How to set cookies?
    • Discuss
    • 9. How can we know the number of days between two given dates using php?
    • Discuss
    • 10. How to store the uploaded file to the final location?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment