_decode_array_() _decode_array_(string $data = NULL) : mixed 对变量进行 JSON 编码 Parameters string $data Returns mixed
_decode_() _decode_(string $data = NULL, boolean $assoc = true) : mixed 对变量进行 JSON 编码 Parameters string $data boolean $assoc = true 为真返回数组,否则为假返回对象 Returns mixed
_encode_() _encode_(mixed $data = NULL, integer $options = '') : string 对变量进行 JSON 编码 Parameters mixed $data integer $options Returns string