Help for this page

Select Code to Download


  1. or download this
    [
              {
    ...
              }
    ];
    
  2. or download this
    $json = decode_json($POST);
    
    ...
            $DISKFREE = $report->{readings}[0]{DISKFREE};
            ...
    }
    
  3. or download this
    [
              {
    ...
                'FWID' => '123'
              }
    ];