php判断字符串是否包含某个字符串代码如下:
if(strpos('www.heroxp.net' , 'heroxp') !== false){ echo '包含heroxp'; }else{echo '不包含heroxp' ; }
或者也可以这样写:
if(strpos('www.heroxp.net' , 'heroxp') == true){ echo '包含heroxp'; }else{echo '不包含heroxp' ; }
特别声明:文章多为网络转载,资源使用一般不提供任何帮助,特殊资源除外,如有侵权请联系!
php判断字符串是否包含某个字符串代码如下:
if(strpos('www.heroxp.net' , 'heroxp') !== false){ echo '包含heroxp'; }else{echo '不包含heroxp' ; }
或者也可以这样写:
if(strpos('www.heroxp.net' , 'heroxp') == true){ echo '包含heroxp'; }else{echo '不包含heroxp' ; }
作者: 英雄装机小编,
转载或复制请以
超链接形式 并注明出处 英雄PE|U盘启动盘制作工具|PE工具箱|装机工具。
原文地址:
《php判断字符串是否包含某个字符串》 发布于2024-8-8
您也可以使用第三方帐号快捷登录