check_uristr_lib
Proto type
int check_uristr_lib (string string)Description
Arguments
Example
$s = "asdf..asdf";
if ( check_uristr_lib ($s)) {
echo "사용할 수 없는 문자가 들어 있습니다.\n";
exit;
}See also
Last updated