What is the difference between substr() and strstr()?
Answer / Arpana Bajpai
substr() returns a substring of a specified length starting from a given position, while strstr() searches for a specific substring within a string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why ide is recommended for use while programming with php?
How is session id stored in browser?
What is the meaning of a persistent cookie?
Explain me is multiple inheritance supported in php?
How to display your correct URL of the current web page?
What are the different types of array in php?
What is php and why it is used?
What is use of count() function in php?
Why we are using PHP than others for web developing?
What is factory pattern in php?
What exactly is validating and sanitizing?
Does php support multiple inheritance?