📜  打开 json 文件 php 代码示例

📅  最后修改于: 2022-03-11 14:53:57.138000             🧑  作者: Mango

代码示例3
// Get the contents of the JSON file 
$strJsonFileContents = file_get_contents("css-color-names.json");
var_dump($strJsonFileContents); // show contentsCopy