single_case

This commit is contained in:
邓皓元 2019-04-09 17:41:59 +08:00
parent 429835252b
commit 9366f59cc2

View File

@ -245,7 +245,7 @@ if (! function_exists('range_compare')) {
}
}
if (! function_exists('single_case')) {
if (!function_exists('single_case')) {
/**
* 将一个字串中含有全角的数字字符、字母、空格或'%+-()'字符转换为相应半角字符
*