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 correctly release resources after curl_multi_close
4
5
How to flexibly use get_include_path() for automatic loading in class library development
6
ftp_rawlist + PHP Cron implements automatic backup detection
2
Similar Functions
wordwrap
wordwrap
Breakstringtoaspecif
md5_file
md5_file
Calculatethemd5hashv
str_repeat
str_repeat
Repeatastring
strcmp
strcmp
Binarysafestringcomp
money_format
money_format
Formatnumbersintocur
substr_compare
substr_compare
Binarysafecomparison
stripslashes
stripslashes
Inverselyescapeanesc
echo
echo
Outputoneormorestrin
Popular Articles