PHP str_replace is case-sensitive . If you need to perform a case-insensitive search, try str_ireplace() function. If the variable specified by the third argument is an array, the function will check every array element and will return an array.
PHP str_replace is case-sensitive . If you need to perform a case-insensitive search, try str_ireplace() function. If the variable specified by the third argument is an array, the function will check every array element and will return an array.