What is the functionality of the function strstr and stristr?
Answer Posted / umapathi
strstr-finds the first occurence of a string inside another
string (case-sensitive)
stristr-finds the first occurence of a string inside
another string (case-insensitive)
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain what does $_server means?
What is a php tag?
What is difference between static and final in php?
Why would we use === instead of ==?
What is the value for this auto incremented field user_pri_id?
Explain how can php and javascript interact?
When do sessions end?
How to remove white spaces from the beginning and/or the end of a string in php?
What are the features of object-oriented programming in php?
Which is not a file-related function in php?
What are some new features introduced in php7?
How to remove html tags from data in php?
What is the difference between static and dynamic websites?
How to return ascii value of character in php?
What is class extend in php?