Commit 7f40dd4b authored by 王源's avatar 王源 🎧

fix typo

parent 2d3435c1
...@@ -769,7 +769,7 @@ if (!function_exists('mb_trim')) { ...@@ -769,7 +769,7 @@ if (!function_exists('mb_trim')) {
} }
} }
if (!function_exists('str_replace_once')) { if (!function_exists('str_replace_first')) {
/** /**
* 用替换字符串替换第一个出现的搜索字符串 * 用替换字符串替换第一个出现的搜索字符串
* @param mixed $search 搜索字符串 * @param mixed $search 搜索字符串
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment