Interviewer And Interviewee Guide

Internee PHP Developer Interview Question:

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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Internee PHP Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.