Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Emarref
Jwt
Encoding
EncoderInterface
PHP Interface Emarref\Jwt\Encoding\EncoderInterface
Mostrar archivo
Open project: emarref/jwt
Interface Usage Examples
Public Methods
Method
Description
decode
(
string
$value
) :
string
encode
(
string
$value
) :
string
Method Details
decode()
public
method
public
decode
(
string
$value
) :
string
$value
string
return
string
encode()
public
method
public
encode
(
string
$value
) :
string
$value
string
return
string