captcha() captcha(string $id = '', array $config = []) : \think\Response Parameters string $id array $config Returns \think\Response —
captcha_img_with_replacement() captcha_img_with_replacement(string $id = '', string $element = 'think-captcha') : string Parameters string $id string $element 验证码HTML元素ID Returns string —
captcha_check() captcha_check( $value, string $id = '') : bool Parameters $value string $id Returns bool —