Your Ad Here
0

What is the functionality of the function strstr and stristr?

Posted by The Blogger on 12:10 PM in
Answer:
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.

tags: php interview questions and answers, php interview question What is the functionality of the function strstr and stristr, What is the functionality of the function strstr and stristr, strstr,stristr

0 Comments

Post a Comment

Your Ad Here

Copyright © 2009 Interview Questions and Answers