PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $str = '{"id": 0, "Text": "Sensor", "Children": [{"id": 1, "Text": "WIN-O1SJL9CI04J", "Children": [{"id": 2, "Text": "Intel Core i3-4030U", "Children": [{"id": 3, "Text": "Clocks", "Children": [{"id": 4, "Text": "Bus Speed", "Children": [], "Min": "99,8 MHz", "Value": "99,8 MHz", "Max": "99,8 MHz", "ImageURL": "images/transparent.png"}, {"id": 5, "Text": "CPU Core #1", "Children": [], "Min": "798,1 MHz", "Value": "798,2 MHz", "Max": "1795,8 MHz", "ImageURL": "images/transparent.png"}, {"id": 6, "Text": "CPU Core #2", "Children": [], "Min": "798,1 MHz", "Value": "798,2 MHz", "Max": "1795,8 MHz", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/clock.png"}, {"id": 7, "Text": "Temperatures", "Children": [{"id": 8, "Text": "CPU Core #1", "Children": [], "Min": "40,0 °C", "Value": "43,0 °C", "Max": "51,0 °C", "ImageURL": "images/transparent.png"}, {"id": 9, "Text": "CPU Core #2", "Children": [], "Min": "38,0 °C", "Value": "41,0 °C", "Max": "48,0 °C", "ImageURL": "images/transparent.png"}, {"id": 10, "Text": "CPU Package", "Children": [], "Min": "40,0 °C", "Value": "43,0 °C", "Max": "51,0 °C", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/temperature.png"}, {"id": 11, "Text": "Load", "Children": [{"id": 12, "Text": "CPU Total", "Children": [], "Min": "0,0 %", "Value": "14,6 %", "Max": "60,9 %", "ImageURL": "images/transparent.png"}, {"id": 13, "Text": "CPU Core #1", "Children": [], "Min": "0,0 %", "Value": "13,3 %", "Max": "61,7 %", "ImageURL": "images/transparent.png"}, {"id": 14, "Text": "CPU Core #2", "Children": [], "Min": "0,0 %", "Value": "15,9 %", "Max": "68,0 %", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/load.png"}, {"id": 15, "Text": "Powers", "Children": [{"id": 16, "Text": "CPU Package", "Children": [], "Min": "2,5 W", "Value": "3,4 W", "Max": "8,2 W", "ImageURL": "images/transparent.png"}, {"id": 17, "Text": "CPU Cores", "Children": [], "Min": "0,1 W", "Value": "0,5 W", "Max": "3,9 W", "ImageURL": "images/transparent.png"}, {"id": 18, "Text": "CPU Graphics", "Children": [], "Min": "0,0 W", "Value": "0,1 W", "Max": "0,9 W", "ImageURL": "images/transparent.png"}, {"id": 19, "Text": "CPU DRAM", "Children": [], "Min": "0,4 W", "Value": "0,6 W", "Max": "1,2 W", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/power.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/cpu.png"}, {"id": 20, "Text": "Generic Memory", "Children": [{"id": 21, "Text": "Load", "Children": [{"id": 22, "Text": "Memory", "Children": [], "Min": "57,8 %", "Value": "63,7 %", "Max": "67,4 %", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/load.png"}, {"id": 23, "Text": "Data", "Children": [{"id": 24, "Text": "Used Memory", "Children": [], "Min": "2,3 GB", "Value": "2,5 GB", "Max": "2,6 GB", "ImageURL": "images/transparent.png"}, {"id": 25, "Text": "Available Memory", "Children": [], "Min": "1,3 GB", "Value": "1,4 GB", "Max": "1,7 GB", "ImageURL": "images/transparent.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/power.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/ram.png"}], "Min": "", "Value": "", "Max": "", "ImageURL": "images_icon/computer.png"}], "Min": "Min", "Value": "Value", "Max": "Max", "ImageURL": ""}'; $arr = json_decode($str, true); print_r($arr['Children'][0]['Children'][0]);
Show:  
Copy Clear