PHP 클래스 SJson

파일 보기 프로젝트 열기: hetao29/slightphp 1 사용 예제들

공개 메소드들

메소드 설명
decode ( string $str, $options ) : mixed decode string to json object
encode ( mixed $object, $options ) : string encode object to json

메소드 상세

decode() 공개 정적인 메소드

decode string to json object
public static decode ( string $str, $options ) : mixed
$str string
리턴 mixed object

encode() 공개 정적인 메소드

encode object to json
public static encode ( mixed $object, $options ) : string
$object mixed
리턴 string json