Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Xpressengine
Captcha
CaptchaInterface
PHP Interface Xpressengine\Captcha\CaptchaInterface
See link:
https://xpressengine.io
Author:
XE Developers (
[email protected]
)
显示文件
Open project: xpressengine/xpressengine
Public Methods
Method
Description
available
( ) :
mixed
Determine if captcha is available
errors
( ) :
array
Message of fails
getInputName
( ) :
string
Captcha input name
render
( ) :
string
For UI object display
verify
( ) :
boolean
Verify captcha
Method Details
available()
public
method
Determine if captcha is available
public
available
( ) :
mixed
return
mixed
errors()
public
method
Message of fails
public
errors
( ) :
array
return
array
getInputName()
public
method
Captcha input name
public
getInputName
( ) :
string
return
string
render()
public
method
For UI object display
public
render
( ) :
string
return
string
verify()
public
method
Verify captcha
public
verify
( ) :
boolean
return
boolean