JsonHelper
class JsonHelper extends Services_JSON
Enter description here.
..
Properties
$arrData |
Methods
Services_JSON
__construct()
Enter description here.
isError()
Enter description here.
isSuccess()
No description
setError(unknown_type $errCode)
Enter description here.
setSuccess($data = array(), $msg = '')
Enter description here.
display()
Enter description here.
StdClass
decode(string $str)
JSONデータをデコードする.
Details
at line 38
Services_JSON
__construct()
Enter description here.
..
at line 47
isError()
Enter description here.
..
at line 52
isSuccess()
at line 66
setError(unknown_type $errCode)
Enter description here.
..
at line 83
setSuccess($data = array(), $msg = '')
Enter description here.
..
at line 94
display()
Enter description here.
..
at line 111
StdClass
decode(string $str)
JSONデータをデコードする.
php5.2.0からpregmatch関数に渡せるデータ長に制限がある(?)ため, ServicesJSONが正常に動作しなくなる. そのため5.2.0以上の場合は組み込み関数のjson_decode()を使用する.