Blogger Information
Blog 263
fans 3
comment 2
visits 113252
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
str_replace替换多个关键字
福哥的博客
Original
1549 people have browsed it
<?php
$str = abchelloabc;
str_replace(['a','b','c'],'a',$str);//a或b或c都替换成a
str_replace(['a','b','c'],['d','e','f'],$str);//a->d b->e c->f
?>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post