Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Inpsyde
MultilingualPress
Common
Nonce
Nonce
PHP 인터페이스 Inpsyde\MultilingualPress\Common\Nonce\Nonce
부터:
3.0.0
파일 보기
프로젝트 열기: inpsyde/multilingual-press
0 사용 예제들
공개 메소드들
메소드
설명
__toString
( ) :
string
Returns the nonce value.
action
( ) :
string
Returns the nonce action.
is_valid
( ) :
boolean
Checks if the nonce is valid with respect to the current context.
메소드 상세
__toString()
공개
메소드
Returns the nonce value.
부터:
3.0.0
public
__toString
( ) :
string
리턴
string
Nonce value.
action()
공개
메소드
Returns the nonce action.
부터:
3.0.0
public
action
( ) :
string
리턴
string
Nonce action.
is_valid()
공개
메소드
Checks if the nonce is valid with respect to the current context.
부터:
3.0.0
public
is_valid
( ) :
boolean
리턴
boolean
Whether or not the nonce is valid.