Tell me what is the difference between the functions strstr() and stristr()?
Answer / Ashutosh Jha
The main difference between `strstr()` and `stristr()` is that `strstr()` is case-sensitive when searching for the substring, while `stristr()` is case-insensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where php basically used?
What is php rest api?
What is .htaccessfile and use of this file
how to register website in internet
How to delete a file from the system?
What is PECL?
How to get the number of characters in a string?
how can I use bread crumb in PHP ?
How can we destroy the session, how can we unset the variable of a session?
Can the value of a constant change during the script's execution?
Difference between mysql_connect and mysql_pconnect?
What are regular expressions in programming?