y验证码类check函数的细节

浏览:1876 发布日期:2015/02/24 分类:求助交流 关键字: 验证码
http://document.thinkphp.cn/manual_3_2.html#verify页面中函数function check_verify($code, $id = ''){
    $verify = new \Think\Verify();
    return $verify->check($code, $id);
}
check函数的id是什么?我好像没有查到函数手册
最佳答案
评论( 相关
后面还有条评论,点击查看>>