renderImage() protected method
Renders the CAPTCHA image.
| protected string renderImage ( $code ) | ||
|---|---|---|
| $code | string |
The verification code |
| return | string |
Image contents |
| throws | yii\base\InvalidConfigException |
if imageLibrary is not supported |
renderImage() protected method
Renders the CAPTCHA image.
| protected string renderImage ( $code ) | ||
|---|---|---|
| $code | string |
The verification code |
| return | string |
Image contents |
| throws | yii\base\InvalidConfigException |
if imageLibrary is not supported |
Please login to continue.