Skip to content

Commit

Permalink
Update example1.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exmac committed Dec 21, 2015
1 parent 33bb4b1 commit d31620f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example1.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
$API->write('/interface/getall');

$READ = $API->read();
$ARRAY = $API->parse_response($READ);
$ARRAY = $API->parseResponse($READ);

print_r($ARRAY);

$API->disconnect();

}

?>
?>

0 comments on commit d31620f

Please sign in to comment.