PHP 클래스 Nette\Utils\Json

저자: David Grudl
파일 보기 프로젝트 열기: nette/utils 1 사용 예제들

공개 메소드들

메소드 설명
decode ( $json, $options ) : mixed Decodes a JSON string.
encode ( $value, $options ) : string Returns the JSON representation of a value.

메소드 상세

decode() 공개 정적인 메소드

Decodes a JSON string.
public static decode ( $json, $options ) : mixed
리턴 mixed

encode() 공개 정적인 메소드

Returns the JSON representation of a value.
public static encode ( $value, $options ) : string
리턴 string