WebLinuxStudy

导航

 

2020年8月4日

摘要: <?php/** * 字符串只替换一次 * @param string $str 替换前的字符串 * @param string $needle 需要替换的字符串 * @param string $replace 替换后的字符串 */function str_replace_once($str, $ 阅读全文
posted @ 2020-08-04 12:02 WebLinuxStudy 阅读(702) 评论(0) 推荐(0)