PHP strstr

strstr($string,$sub_str)

$string包含$sub_str时,返回第一个$sub_str及以后的部分

如果不包含,返回NULL

原文地址:https://www.cnblogs.com/frostbelt/p/2155737.html