Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / CaptchaPhrase

CaptchaPhrase method

Creates a new captcha phrase with the specified string length.

Syntax

String CaptchaPhrase(nLength As Number)

Return value

Returns a pointer to the captcha phrase string.

Parameters

ParameterTypeRequiredDescription
nLengthNumberNoOptional number which specifies the length of the phrase (default is 5).

Category

Captcha

See also

CaptchaCreate