fork download
  1. <?php
  2.  
  3. $result = array(
  4. 'STATUS' => array(
  5. 'Information' => 'A',
  6. 'More Info' => 'B'
  7. ),
  8. 'GPU0' => array(
  9. 'GPU' => 0,
  10. 'INFO' => 100
  11. )
  12. );
  13.  
  14. echo $result['GPU0']['GPU'];
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
Standard output is empty