标签: php
可能重复: PHP: str_replace that only acts on the first match?
现在我使用str_ireplace($find,$replace,$str)替换$str中存在的所有字词。 我想用给定的字符串替换字符串中第一次出现的单词。
str_ireplace($find,$replace,$str)
$str