PHP-JSON是一個非常快速的PHP C擴展為JSON(JavaScript對象符號)的序列化。 PHP-JSON項目庫使用JSON-C的分支版本。
它可以用於與的XMLHTTPRequest一起使用瀏覽器交換JavaScript的編碼數據。
用法:
一個簡單的./configure;令;使安裝應該做的伎倆。確保延長= json.so行添加到您的php.ini / php.d。注意:您需要編譯PHP-JSON用gcc 3.x和向上。
然後,只需使用json_encode將PHP值編碼成JSON和json_decode以JSON解碼成PHP的值。
例如:
$輸出= json_encode($ VAL);
迴聲$輸出“N”。
會產生:
{“ABC”:12,“富”:“酒吧”,“bool0”:假的,“bool1”:真實的,“改編”:[1,2,3,空,5],“浮動”:1.2345}
同時:
$輸入='{“ABC”:12,“富”:“酒吧”,“bool0”:假的,“bool1”:真實的,“改編”:[1,2,3,空,5],“浮動” :1.2345}“;
$ VAL = json_decode($輸入);
迴聲$ val-> ABC“N”。
會產生:
12
隨著1.0.5版本,json_decode帶有一個可選的參數,assoc命令(布爾),返回一個對象的關聯數組來代替。
PHP對象關聯到一個JavaScript對象(關聯數組,即鍵=>值對),所以上述的JavaScript引用就像這樣:
VAR OBJ = ...; / *檢索JSON和eval()它返回一個對象* /
VAR結果的obj = [“ABC”] * OBJ [“浮動”];
警報(“結果是”+結果);
這應該與結果的14.814的值,即顯示一個警告框。
什麼是新的,在此版本:
·使用JSON_checker作為基礎解析器一個完全重寫。
·實現了JSON規範。
·對編碼顯著的性能提升。
·重新許可下的PHP許可。
最近瀏覽的軟件
Tazti Speech Recognition Software for Windows 7, 8, 8.1 (64-bit) 30 Dec 14
Cache Directory Tool for Internet Security and Acceleration (ISA) Server 2006 21 Sep 15
TMS Advanced Poly List(Delphi 2006,2007 and C++Builder 2006,2007) 25 Jan 15
DB2-to-MySQL 15 Apr 15
FloatLabels 12 May 15
Dell Wireless 375 Secure Bluetooth Module Broadcom Driver for Windows 10 64-bit 13 Mar 16
EMS SQL Query for InterBase/Firebird 15 Apr 15
Excel Convert Column To Table and Table To Column Software 20 Jan 15
Excel FoxPro Import, Export & Convert Software 23 Sep 15
Microsoft SQL Server 2005 Express Edition Service Pack 4 27 May 15
按類別搜索
熱門軟件
TXR 18 Jul 15
Schema Crawler 3 Jun 15
Lubi 3 Jun 15
DBDesigner 3 Jun 15
Writer's Cafe 2 Jun 15
Sventon 3 Jun 15
GNOME Inform 7 12 May 15
php-json
類似的軟件
顯影劑的其他軟件 Omar Kilani
Tiny Sofa Server
2 Jun 15
意見 php-json
最近瀏覽的軟件
Tazti Speech Recognition Software for Windows 7, 8, 8.1 (64-bit) 30 Dec 14
Cache Directory Tool for Internet Security and Acceleration (ISA) Server 2006 21 Sep 15
TMS Advanced Poly List(Delphi 2006,2007 and C++Builder 2006,2007) 25 Jan 15
DB2-to-MySQL 15 Apr 15
FloatLabels 12 May 15
Dell Wireless 375 Secure Bluetooth Module Broadcom Driver for Windows 10 64-bit 13 Mar 16
EMS SQL Query for InterBase/Firebird 15 Apr 15
Excel Convert Column To Table and Table To Column Software 20 Jan 15
Excel FoxPro Import, Export & Convert Software 23 Sep 15
Microsoft SQL Server 2005 Express Edition Service Pack 4 27 May 15
按類別搜索
熱門軟件
Android Studio 9 Dec 15
motor 3 Jun 15
PL/1 for GCC 2 Jun 15
Schema Crawler 3 Jun 15
libimobiledevice 20 Feb 15
install4j 17 Feb 15
deb-install 3 Jun 15
評論沒有發現