PHP 클래스 Elastica\JSON

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

공개 메소드들

메소드 설명
parse ( $args ) : array Parse JSON string to an array.
stringify ( $args ) : string Convert input to JSON string with standard options.

비공개 메소드들

메소드 설명
getJsonLastErrorMsg ( ) : string Get Json Last Error.

메소드 상세

parse() 공개 정적인 메소드

Parse JSON string to an array.
public static parse ( $args ) : array
리턴 array PHP array representation of JSON string

stringify() 공개 정적인 메소드

Convert input to JSON string with standard options.
public static stringify ( $args ) : string
리턴 string Valid JSON representation of $input