Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_ireplace
str_ireplace
The case-insensitive version of str_replace
Name:
str_ireplace
Category:
String
Programming Language:
php
One-line Description:
Replace some characters in the string (case insensitive).
Related
How to Call PHP Code in Dede Template to Enhance Website Functionality and SEO Optimization
4
Complete Guide to Efficiently Configure PHP and Nginx on CentOS 6.5
4
ThinkPHP5 vs ThinkPHP6: Which PHP Framework is Better for Your Project?
9
How to Troubleshoot and Fix Empty Arrays Returned by iptcparse Parsing? A Detailed Guide
7
Similar Functions
str_getcsv
str_getcsv
ParsingCSVstringsint
trim
trim
Removespaces(orother
money_format
money_format
Formatnumbersintocur
metaphone
metaphone
Calculatethemetaphon
number_format
number_format
Formatanumberinathou
fprintf
fprintf
Writetheformattedstr
strncasecmp
strncasecmp
Binarysafecomparison
addslashes
addslashes
Escapestringsusingba
Popular Articles