예제 #1
0
function check_captcha($code)
{
    return Think\PhpCaptcha::Validate($code);
}