What is the functionality of the function strstr and stristr?
Answers
Answered by
0
Difference between strstr() and stristr() functions in PHP. Both functions are used to return or finds the first occurence of a substring from a string, and give all string from first occurence to end of string except than stristr() is case-insensitive.
Answered by
1
Answer:
. Parameters includes: input String, string whose occurrence needs to be found, TRUE or FALSE (If TRUE, the functions return the string before the first occurrence. STRISTR is similar to STRSTR.
Explanation:
⚡️☺️✔️✔️
Similar questions
Science,
6 months ago
Social Sciences,
6 months ago
Social Sciences,
1 year ago
Chemistry,
1 year ago
Physics,
1 year ago