PHP 클래스 Essence\Utility\Json

파일 보기 프로젝트 열기: benjamminf/craft-embedded-assets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_errors array JSON error messages.

공개 메소드들

메소드 설명
parse ( string $json ) : array Parses a JSON document and returns an array of data.

메소드 상세

parse() 공개 정적인 메소드

Parses a JSON document and returns an array of data.
public static parse ( string $json ) : array
$json string JSON document.
리턴 array Data.

프로퍼티 상세

$_errors 보호되어 있는 정적으로 프로퍼티

JSON error messages.
protected static array $_errors
리턴 array