webmatic3.wm3Captcha
\core\classes\wm3Captcha.php at line 8

Class wm3Captcha

wm3Captcha

public class wm3Captcha


Constructor Summary

wm3Captcha()

Method Summary
static void

canUseCaptcha()

static void

makeCaptcha()

static string

makeFormCaptcha(mixed w3, int style, int colspan)

Render the captcha form field

static void

renderCaptchaImage(string str)

Render a captcha images directly in the screen

static void

testPassedCaptcha(mixed w3)

Constructor Detail

\core\classes\wm3Captcha.php at line 11

wm3Captcha

public wm3Captcha()

Method Detail

\core\classes\wm3Captcha.php at line 106

canUseCaptcha

public static void canUseCaptcha()

\core\classes\wm3Captcha.php at line 70

makeCaptcha

public static void makeCaptcha()

\core\classes\wm3Captcha.php at line 60

makeFormCaptcha

public static string makeFormCaptcha(mixed w3, int style, int colspan)

Render the captcha form field

Parameters:
style - the form field style (even or odd)
colspan - the colspan of the form field

\core\classes\wm3Captcha.php at line 17

renderCaptchaImage

public static void renderCaptchaImage(string str)

Render a captcha images directly in the screen

Parameters:
str - the captcha string

\core\classes\wm3Captcha.php at line 83

testPassedCaptcha

public static void testPassedCaptcha(mixed w3)