Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Opis
Closure
SecurityProviderInterface
PHP Interface Opis\Closure\SecurityProviderInterface
Mostra file
Open project: opis/closure
Public Methods
Method
Description
sign
( &
$data
) :
mixed
Sign the serialized closure
verify
( &
$data
) :
string
|
boolean
Check data integrity
Method Details
sign()
public
method
Sign the serialized closure
public
sign
( &
$data
) :
mixed
return
mixed
verify()
public
method
Check data integrity
public
verify
( &
$data
) :
string
|
boolean
return
string
|
boolean