if(strpos($str, 'a')!==false) echo('字符串'.$str.'中存在字符a');
请采纳。
if (strpos($source, "find") === false) echo "find不在source中";
strstr() 或者 stristr()
用正则吧,比较快