开发者

PHP similar_text case sensitive

开发者 https://www.devze.com 2023-01-08 23:24 出处:网络
Ok I am 开发者_运维技巧comparing strings using similar_text() but the result is being affected by the fact that it is case sensitive. Is there a way to turn this off somehow in php.ini or something?Co

Ok I am 开发者_运维技巧comparing strings using similar_text() but the result is being affected by the fact that it is case sensitive. Is there a way to turn this off somehow in php.ini or something?


Convert the strings to lowercase which have to compared using strtolower()


Not that I can tell. You could just strtolower() both arguments for similar_text()...

0

精彩评论

暂无评论...
验证码 换一张
取 消