[ create a new paste ] login | about

Link: http://codepad.org/FJhM3Xrk    [ raw code | output | fork ]

PHP, pasted on Feb 10:
1
2
3
4
5
6
<?
if(stripos("reloaded@forums","rel", 1))
   echo "Yes match found";
else
   echo "nope, string doesn't contain \"rel\"";
?>


Output:
1
nope, string doesn't contain "rel"


Create a new paste based on this one


Comments: