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 php variable length argument function.
What is php and what does it do?
How to find the index of an element in an array php?
Is php 7 backwards compatible?
What is difference between static and constant in php?
Difference between mysql_connect and mysql_pconnect?
What is difference between ksort() and usort() functions.
Is php a web server?
What are the disadvantages of php?
What is the use of friend function in php?
What is the difference between static and dynamic websites?
Which are the best start and end tags to use?
Tell me how can we pass the variable through the navigation between the pages?
Inside a php function, what param needs to be set in order to access a global variable?
How do you remove whitespace from the beginning and end of a $string variable?