\orgCaptcha

Summary

Methods
Properties
Constants
entry()
$codeSet
$fontSize
$useCurve
$useNoise
$imageH
$imageL
$length
$bg
No constants found
_writeCurve()
_writeNoise()
$_image
$_color
N/A
No private methods found
No private properties found
N/A

Properties

$codeSet

$codeSet

$fontSize

$fontSize

$useCurve

$useCurve

$useNoise

$useNoise

$imageH

$imageH

$imageL

$imageL

$length

$length

$bg

$bg

$_image

$_image

$_color

$_color

Methods

entry()

entry() : mixed

输出验证码|BASE64

Returns

mixed —

_writeCurve()

_writeCurve() : mixed

画一条由两条连在一起构成的随机正弦函数曲线作干扰线(你可以改成更帅的曲线函数)

高中的数学公式咋都忘了涅,写出来 正弦型函数解析式:y=Asin(ωx+φ)+b 各常数值对函数图像的影响: A:决定峰值(即纵向拉伸压缩的倍数) b:表示波形在Y轴的位置关系或纵向移动距离(上加下减) φ:决定波形与X轴位置关系或横向移动距离(左加右减) ω:决定周期(最小正周期T=2π/∣ω∣)

Returns

mixed —

_writeNoise()

_writeNoise() : mixed

画杂点 往图片上写不同颜色的字母或数字

Returns

mixed —