PHP strsrt()函数与示例
PHPstrsrt()方法
strsrt()函数是PHP中的字符串函数,用于替换字符串中的字符。在此功能中,我们可以提供多个要替换的字符,以新的多个替换字符集。(例如:如果我们想将“a”替换为“x”,将“b”替换为“y”,那么我们可以传递“ab”替换为“xy”))
语法:
strstr(string, old, new);
这里,
string是主要字符串,我们必须在其中替换某些字符。
old是要替换的字符集。
new是要替换的字符集。
例子:
Input:
str = "这是一个游戏。";
old = "ia"
new = "eo"
Output:
Thes es o Gome.
Input:
str = "这是一个游戏。";
old = " ."
new = "_#"
Output:
This_is_a_Game#PHP代码:
<?php $str = "这是一个游戏。"; //replacing "i" with "e" and "a" with "0" echo (strtr($str,"ia","eo") . "\n"); $str = "这是一个游戏。"; //replacing space with "_" and dot (.) with "#" echo (strtr($str," .","_#") . "\n"); ?>
输出结果
Thes es o Gome. This_is_a_Game#
热门推荐
10 读书祝福语女生短句简短
11 感谢同事新婚祝福语简短
12 感谢教官文案祝福语简短
13 员工聚会蛋糕祝福语简短
14 元宵发客户祝福语简短
15 给团队信心祝福语简短
16 医美的祝福语大全简短
17 异国姻缘的祝福语简短
18 兄妹拍照祝福语简短的话