PHP 클래스 JBZoo\Data\JSON

상속: extends Data
파일 보기 프로젝트 열기: jbzoo/data 1 사용 예제들

보호된 메소드들

메소드 설명
_decode ( string $string ) : mixed Utility Method to unserialize the given data
_encode ( $data ) : string Utility Method to unserialize the given data
_render ( array | object $data, integer $indent ) : string Do the real json encoding adding human readability. Supports automatic indenting with tabs

메소드 상세

_decode() 보호된 메소드

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
리턴 mixed

_encode() 보호된 메소드

Utility Method to unserialize the given data
protected _encode ( $data ) : string
$data
리턴 string

_render() 보호된 메소드

Do the real json encoding adding human readability. Supports automatic indenting with tabs
protected _render ( array | object $data, integer $indent ) : string
$data array | object The array or object to encode in json
$indent integer The indentation level. Adds $indent tabs to the string
리턴 string