标签: php wildcard
正如标题所示,是否有任何通配符(如c ++中的%或*)用于stripos()? 我打算使用preg_match但它在"The preg_match Manual"上说我应该使用strpos()或strstr()如果我需要在字符串中搜索字符串,因为它更快。
答案 0 :(得分:0)
不,stripos()不接受任何通配符,它希望文字字符串用于匹配。
stripos - http://www.php.net/manual/en/function.stripos.php