PHP 인터페이스 Kraken\Util\Parser\ParserInterface

파일 보기 프로젝트 열기: kraken-php/framework 0 사용 예제들

공개 메소드들

메소드 설명
decode ( string $str ) : mixed Decode the object from string.
encode ( mixed $mixed ) : string Encode the object to string.

메소드 상세

decode() 공개 메소드

Decode the object from string.
public decode ( string $str ) : mixed
$str string
리턴 mixed

encode() 공개 메소드

Encode the object to string.
public encode ( mixed $mixed ) : string
$mixed mixed
리턴 string