php 判断字符串中是否包含另一个字符串
//if(strpos(‘www.baidu.com’,’www’) ===false){if(strpos(‘www.baidu.com’,’www’) !==false){echo ‘包含该字符串’;}else{echo ‘不包含该字符串’;}
//if(strpos(‘www.baidu.com’,’www’) ===false){if(strpos(‘www.baidu.com’,’www’) !==false){echo ‘包含该字符串’;}else{echo ‘不包含该字符串’;}