使用preg_filter返回空字符串问题

  1. preg_filter($pattern, $replacement, $subject)
  2. $subject中没有匹配$pattern的字符串,将返回空字符串
  3. $subject只是字符串,建议使用preg_replace
posted @ 2019-07-12 00:34  coder_xds  阅读(130)  评论(0编辑  收藏  举报