diff --git a/system/uri.php b/system/uri.php index 0790810..aac1b46 100644 --- a/system/uri.php +++ b/system/uri.php @@ -207,5 +207,11 @@ if(!function_exists("get_array")) { } } +if(!function_exists("check_is_string_not_array")) { + function check_is_string_not_array($str) { + return (is_string($str) && !(is_array($str) || $str == "Array")); + } +} + // set scope set_scope("requests", read_requests());