Computer Science, asked by sathish5194, 1 year ago

What is the functionality of the function strstr and stristr?

Answers

Answered by bhaveshmunot16pdchtf
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 malayalikutti
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