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
Detailed explanation of the basic usage of cosh function in PHP
8
High-Performance Cross-Platform PHP7 Code Encryption Extension Explained
8
Key Points to Note When Using apcu_clear_cache and apcu_fetch Together
2
Practical Methods and Examples for Removing Carriage Returns in PHP Using Regex
4
Similar Functions
strnatcmp
strnatcmp
Stringcomparisonusin
levenshtein
levenshtein
Calculatetheeditdist
metaphone
metaphone
Calculatethemetaphon
strpos
strpos
Findthefirstoccurren
strcasecmp
strcasecmp
Binarysafecase-insen
parse_str
parse_str
Parsestringsintomult
str_word_count
str_word_count
Returninformationabo
htmlspecialchars
htmlspecialchars
Convertspecialcharac
Popular Articles