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
Is empty in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Explain the difference between php4 and php5.
Write a program in php to find the occurrence of a word in a string?
Explain how is it possible to set an infinite execution time for php script?
What are the different opening and closing tags available in PHP?
What is composer phar?
What is the main difference between php 4 and php 5?
How do you destroy a session?
What is the purpose of using php?
What is data abstraction in php?
How would you open a directory for reading in php?
Tools used for drawing er diagrams?
What is list in PHP?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?