Update uri.php

This commit is contained in:
Namhyeon Go 2018-06-28 17:42:46 +09:00 committed by GitHub
parent ef6740f412
commit c1d7d2b592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());