Skip to content
DelftStack logo
Menu
  • Explore topics
  • Tutorials
  • HowTos
  • Reference
English ⌄
  • English
  • Español
  • Français
  • 한국어
  • 日本語
  • Deutsche
  • 简体中文
  • 正體中文
  • Português
  • Italiana
Home/Tags/PHP JSON

Topics

PHP JSON

About this topic: Articles tagged __TAG__

Showing 7 articles

Related tags

PHPPHP XMLPHP CURL

Topics

Articles

Showing 7 articles

How-tos How to Generate JSON File in PHP This article introduces how to generate a .json file in PHP using the file_put_contents() function. Learn about creating, reading, and handling JSON files effectively with … ↗ How-tos How to Obtain and Read Data in PHP This tutorial explains how to obtain and read file content and data using built-in functions and decode JSON to arrays in PHP. ↗ How-tos How to Extract Data From JSON in PHP This article introduces how to extract data from JSON in PHP. It includes json_decode() function. ↗ How-tos How to Convert XML to JSON in PHP This article introduces how to convert xml to json in PHP. It includes simplexml_load_string() function and json_encode() function. ↗ How-tos How to Pretty Print the JSON in PHP This article introduces how to prettify the JSON string in PHP ↗ How-tos How to Use cURL to Get JSON Data and Decode JSON Data in PHP This article introduces how to use cURL to get JSON data and decode JSON data in PHP. It includes curl_init() function, curl_setopt() function, curl_exec() function and … ↗ How-tos How to Parse a JSON File in PHP This article introduces how to parse a JSON file in PHP. It includes file_get_contents() function. ↗

No articles found

Try clearing the filters.

← All topics

DelftStack logo

DelftStack is a practical home for quick coding references, tutorials, and practical examples.

  • About US
  • Write For Us
  • Privacy Policy
  • Advertising
  • Contact

© 2026 DelftStack