php strpos()函数需要注意的地方

php的strpos()函数在使用时,参数里的两个数据类型必须一致,否则会失败。

$pos = strpos('https://www.51dev.com', strval(51));

 

你可能感兴趣的