stripos returns false when special characters is used

后端 未结 4 1624
名媛妹妹
名媛妹妹 2020-12-07 02:14

I am using the stripos function to check if a string is located inside another string, ignoring any cases.

Here is the problem:

stripos(\"ø\", \"Ø\")         


        
4条回答
提交回复
热议问题