preg_replace参数如何正确使用?

函数签名preg_replace的基本语法有以下几种形式://最常用的形式mixedpreg_replace(array|string$pattern,array|string$replacement,array|string$subject,int$limit=-1,int&am……

目录[+]