Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Opis
Closure
SecurityProviderInterface
PHP Interface Opis\Closure\SecurityProviderInterface
Afficher le fichier
Open project: opis/closure
Méthodes publiques
Méthode
Description
sign
( &
$data
) :
mixed
Sign the serialized closure
verify
( &
$data
) :
string
|
boolean
Check data integrity
Method Details
sign()
public
méthode
Sign the serialized closure
public
sign
( &
$data
) :
mixed
Résultat
mixed
verify()
public
méthode
Check data integrity
public
verify
( &
$data
) :
string
|
boolean
Résultat
string
|
boolean