tofree

1.json_decode() 

json_decode 
(PHP 5 >= 5.2.0, PECL json >= 1.2.0) 

json_decode — 对 JSON 格式的字符串进行编码 

说明 
mixed json_decode ( string $json [, bool $assoc ] ) 
接受一个 JSON 格式的字符串并且把它转换为 PHP 变量 

2.json_encode() 

json_encode 
(PHP 5 >= 5.2.0, PECL json >= 1.2.0) 

json_encode — 对变量进行 JSON 编码 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2021-09-18
  • 2021-09-18
  • 2022-12-23
  • 2021-09-18
  • 2021-09-18
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-09-18
  • 2021-09-18
  • 2021-09-18
  • 2021-09-18
相关资源
相似解决方案