Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Flintstone
Formatter
SerializeFormatter
PHP 클래스 Flintstone\Formatter\SerializeFormatter
상속:
implements
Flintstone\Formatter\FormatterInterface
파일 보기
프로젝트 열기: fire015/flintstone
공개 메소드들
메소드
설명
decode
(
$data
)
encode
(
$data
)
보호된 메소드들
메소드
설명
preserveLines
(
mixed
$data
,
boolean
$reverse
) :
mixed
Preserve new lines, recursive function.
메소드 상세
decode()
공개
메소드
public
decode
(
$data
)
encode()
공개
메소드
public
encode
(
$data
)
preserveLines()
보호된
메소드
Preserve new lines, recursive function.
protected
preserveLines
(
mixed
$data
,
boolean
$reverse
) :
mixed
$data
mixed
$reverse
boolean
리턴
mixed