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
What is regular expression in javascript?
What is difference between array_merge and array_combine?
Is false empty php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What are escaping characters? Explain with an example?
What is difference between required and include in php?
What are php data types?
Explain difference between urlencode and urldecode?
What is whitespace in php?
What is overriding in php?
What is the difference between core php and php?
What is difference between get and post?
What are the features of object-oriented programming in php?
How do I make a reset button in html?
Does php 7 support mysql?