renderImageByGD() protected method
Renders the CAPTCHA image based on the code using GD library.
protected string renderImageByGD ( $code ) | ||
---|---|---|
$code | string |
The verification code |
return | string |
Image contents in PNG format. |
renderImageByGD() protected method
Renders the CAPTCHA image based on the code using GD library.
protected string renderImageByGD ( $code ) | ||
---|---|---|
$code | string |
The verification code |
return | string |
Image contents in PNG format. |
Please login to continue.