PHP中的str_ireplace()函数
str_ireplace()函数用于将字符替换为其他一些字符。
注意-该函数不区分大小写
语法
str_ireplace(find,replace,str,count)
参数
find-要搜索的值
replace-将值替换为find中的值
str-要搜索的字符串
count-更换数量
返回
str_ireplace()函数返回具有替换值的字符串或数组。
以下是一个例子-
示例
<?php
$str = "I am Amit";
$res = str_ireplace("Amit", "David", $str);
echo $res;
?>以下是输出-
输出结果
I am David
让我们看另一个例子-
示例
<?php
$myArr = array("one","two","three");
print_r(str_ireplace("three","four",$myArr,$c));
echo "<br>" . "Number of Replacements = $c";
?>以下是输出-
输出结果
Array ( [0] => one [1] => two [2] => four ) Number of Replacements = 1
热门推荐
10 书法朋友祝福语简短精辟
11 文案生日祝福语高级简短
12 新年祝福语简短的感谢
13 生日祝福语送老公简短
14 鼠年同事祝福语简短创意
15 微信立冬祝福语简短
16 伴娘祝福语长文案简短
17 上级生日祝福语 简短独特
18 对女儿生日祝福语简短