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 use the PHP floor() function to round down the floating value
1
Specific Examples of Using session_register_shutdown and session_write_close Together in PHP
1
Comprehensive Guide to Efficient Form Handling with PHP and JavaScript
4
How to Troubleshoot and Fix Empty Arrays Returned by iptcparse Parsing? A Detailed Guide
7
Similar Functions
md5
md5
Calculatethemd5hashv
ucfirst
ucfirst
Setthefirstcharacter
parse_str
parse_str
Parsestringsintomult
chr
chr
Generatesingle-bytes
strcmp
strcmp
Binarysafestringcomp
convert_cyr_string
convert_cyr_string
Convertacharacterfro
stripos
stripos
Findthelocationwhere
strrchr
strrchr
Findthelastoccurrenc
Popular Articles