php判断是否搜索引擎蜘蛛/php判断是否手机访问的方法
php判断是否搜索引擎蜘蛛:
function strexists($string, $find) {return !(strpos($string, $find) === FALSE);}