SecurImage Wrapper (very simply wrapper, does not abstract other captchas)
More...
SecurImage Wrapper (very simply wrapper, does not abstract other captchas)
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
-
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
- Version
- $Id$
Definition at line 13 of file class.ilSecurImage.php.
◆ __construct()
ilSecurImage::__construct |
( |
| ) |
|
Constructor.
Definition at line 50 of file class.ilSecurImage.php.
References ilSecurImageUtil\includeSecurImage().
54 if(!function_exists(
"imagettftext"))
56 $this->securimage->use_gd_font =
true;
59 $this->securimage->num_lines = 3;
Project: Securimage: A PHP class for creating and managing form CAPTCHA images File: securimage...
static includeSecurImage()
◆ check()
ilSecurImage::check |
( |
|
$a_input | ) |
|
- Parameters
-
- Returns
- bool
Definition at line 74 of file class.ilSecurImage.php.
76 return $this->securimage->check($a_input);
◆ getImageHeight()
ilSecurImage::getImageHeight |
( |
| ) |
|
◆ getImageWidth()
ilSecurImage::getImageWidth |
( |
| ) |
|
◆ getSecureImageObject()
ilSecurImage::getSecureImageObject |
( |
| ) |
|
◆ setImageHeight()
ilSecurImage::setImageHeight |
( |
|
$image_height | ) |
|
◆ setImageWidth()
ilSecurImage::setImageWidth |
( |
|
$image_width | ) |
|
◆ showImage()
ilSecurImage::showImage |
( |
| ) |
|
◆ $image_height
ilSecurImage::$image_height = 0 |
|
protected |
◆ $image_width
ilSecurImage::$image_width = 0 |
|
protected |
◆ $securimage
ilSecurImage::$securimage |
|
protected |
◆ $supported_audio_languages
ilSecurImage::$supported_audio_languages |
|
staticprotected |
◆ MAX_CAPTCHA_IMG_HEIGHT
const ilSecurImage::MAX_CAPTCHA_IMG_HEIGHT = 160 |
◆ MAX_CAPTCHA_IMG_WIDTH
const ilSecurImage::MAX_CAPTCHA_IMG_WIDTH = 430 |
The documentation for this class was generated from the following file: