Update string.utils.php

This commit is contained in:
Namhyeon Go 2019-09-11 11:40:01 +09:00 committed by GitHub
parent 2aadb4cf0e
commit 9c0e6d28e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ if(!check_function_exists("get_cutted_string")) {
}
}
if(check_function_exists("get_string_length")) {
if(!check_function_exists("get_string_length")) {
function get_string_length($str, $charset="utf-8") {
$len = 0;