Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Please explain what is the difference between the functions strstr() and stristr()?

The string function strstr(string allString, string occ) returns part of allString from the first occurrence of occ to the end of allString. This function is case-sensitive. stristr() is identical to strstr() except that it is case insensitive.

 160 views

More Questions for you: