色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

PHP擴(kuò)展之JavaScript對(duì)象符號(hào)(JSON)

瀏覽:89日期:2022-09-15 17:38:34

自 PHP 5.2.0 起,JSON 擴(kuò)展默認(rèn)內(nèi)置并編譯進(jìn)了 PHP。

JSON 序列化接口JsonSerializable

實(shí)現(xiàn)?JsonSerializable?的類可以 在?json_encode()?時(shí)定制他們的 JSON 表示法。

JsonSerializable::jsonSerialize?—?指定需要被序列化成 JSON 的數(shù)據(jù)

Example #1 ?返回一個(gè)數(shù)組

<?php class ArrayValue implements JsonSerializable {public function __construct(array $array) { $this->array = $array;}public function jsonSerialize() { return $this->array;} } $array = [1, 2, 3]; echo json_encode(new ArrayValue($array), JSON_PRETTY_PRINT);?>

以上例程會(huì)輸出:

[ 1, 2, 3]

Example #2 ?返回了一個(gè)關(guān)聯(lián)數(shù)組

<?php class ArrayValue implements JsonSerializable {public function __construct(array $array) { $this->array = $array;}public function jsonSerialize() { return $this->array;} } $array = [’foo’ => ’bar’, ’quux’ => ’baz’]; echo json_encode(new ArrayValue($array), JSON_PRETTY_PRINT);?>

以上例程會(huì)輸出:

{ 'foo': 'bar', 'quux': 'baz'}

Example #3 ?返回一個(gè)整型數(shù)字

<?php class IntegerValue implements JsonSerializable {public function __construct($number) { $this->number = (integer) $number;}public function jsonSerialize() { return $this->number;} } echo json_encode(new IntegerValue(1), JSON_PRETTY_PRINT);?>

以上例程會(huì)輸出:

1

Example #4 返回一個(gè)字符串

<?php class StringValue implements JsonSerializable {public function __construct($string) { $this->string = (string) $string;}public function jsonSerialize() { return $this->string;} } echo json_encode(new StringValue(’Hello!’), JSON_PRETTY_PRINT);?>

以上例程會(huì)輸出:

'Hello!'JSON 函數(shù)json_decode?— 對(duì) JSON 格式的字符串進(jìn)行編碼json_encode?— 對(duì)變量進(jìn)行 JSON 編碼json_last_error_msg?— Returns the error string of the last json_encode() or json_decode() calljson_last_error?— 返回最后發(fā)生的錯(cuò)誤

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 久草视频在线免费 | 日本乱人伦毛片 | 亚洲国产精品一区二区首页 | 免费特黄一区二区三区视频一 | 女人精aaaa片一级毛片女女 | 精品理论片一区二区三区 | 一级做a爱 | 韩国主播19福利视频在线 | 在线91精品亚洲网站精品成人 | 亚洲精品乱无伦码 | 一区二区三区四区在线视频 | 在线免费观看亚洲视频 | 中文字幕成人免费视频 | 久久精品福利视频在线观看 | 久草在线影 | 91四虎国自产在线播放线 | 中国人免费观看高清在线观看二区 | 成人免费午夜视频 | a级国产精品片在线观看 | 亚欧成人 | 国产欧美日韩精品高清二区综合区 | 久久99九九99九九精品 | 国产免费久久精品 | 91精品久久久久 | 国产男女乱淫真视频全程播放 | 日韩精品免费一区二区三区 | 欧美成人久久久 | 手机福利在线 | 免费一级毛片正在播放 | 老司机精品影院一区二区三区 | 国产精品一 | 伊人久久影视 | 男人天堂网2022 | 国产成人高清在线观看播放 | 国产精品免费一区二区区 | 亚洲视频国产精品 | 久久久久久久国产高清 | 久久在线国产 | 久草视频中文 | 黄色网址在线免费观看 | 国产一级成人毛片 |