Question:What is the functionality of the function strstr and stristr? 

Answer strstr():
       The strstr() function returns the remainder of a string beginning with the first occurrence of a predefined string.Its prototype follows:           
                   string strstr(string str, string occurrence[,bool before_needle])
stristr():
       Same as strstr() function except the search of for the pattern in case insensitive. 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampusbd.com\answers\column_answer_two.php on line 128
+ Report
Total Preview: 1100
What is the functionality of the function strstr and stristr?
Copyright © 2024. Powered by Intellect Software Ltd