Interviewer And Interviewee Guide

Internee PHP Developer Interview Question:

Tell me what is the functionality of the function strstr and stristr?

Submitted by: Muhammad
strstr() returns part of a given string from the first occurrence of a given substring to the end of the string.
For example:strstr("user@example.com","@") will return "@example.com".
stristr() is idential to strstr() except that it is case insensitive.
Submitted by: Muhammad

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

Interview Questions Answers .ORG