Class SaeVCode
SAE 验证码服务
<?php session_start(); $vcode = new SaeVCode(); if ($vcode === false) var_dump($vcode->errno(), $vcode->errmsg()); $_SESSION['vcode'] = $vcode->answer(); $question=$vcode->question(); echo $question['img_html']; ?>
错误码参考: - errno: 0 成功 - errno: 3 参数错误 - errno: 500 服务内部错误 - errno: 999 未知错误 - errno: 403 权限不足或超出配额
- SaeObject
- SaeVCode
public
|
|
public
array
|
|
public
string
|
|
public
integer
|
|
public
string
|