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
Flintstone
Formatter
SerializeFormatter
PHP Class Flintstone\Formatter\SerializeFormatter
Inheritance:
implements
Flintstone\Formatter\FormatterInterface
Afficher le fichier
Open project: fire015/flintstone
Méthodes publiques
Méthode
Description
decode
(
$data
)
encode
(
$data
)
Méthodes protégées
Méthode
Description
preserveLines
(
mixed
$data
,
boolean
$reverse
) :
mixed
Preserve new lines, recursive function.
Method Details
decode()
public
méthode
public
decode
(
$data
)
encode()
public
méthode
public
encode
(
$data
)
preserveLines()
protected
méthode
Preserve new lines, recursive function.
protected
preserveLines
(
mixed
$data
,
boolean
$reverse
) :
mixed
$data
mixed
$reverse
boolean
Résultat
mixed