Skip to content

Commit

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

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

print_r($ARRAY);

$API->disconnect();

}

?>
?>

0 comments on commit adfea42

Please sign in to comment.