Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Elastica
JSON
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.
링크 보기:
http://php.net/manual/en/function.json-decode.php
링크 보기:
http://php.net/manual/en/function.json-last-error.php
public
static
parse
(
$args
) :
array
리턴
array
PHP array representation of JSON string
stringify()
공개
정적인
메소드
Convert input to JSON string with standard options.
링크 보기:
http://php.net/manual/en/function.json-encode.php
링크 보기:
http://php.net/manual/en/function.json-last-error.php
public
static
stringify
(
$args
) :
string
리턴
string
Valid JSON representation of $input