We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33bb4b1 + c6db261 commit c9f260fCopy full SHA for c9f260f
examples/example1.php
@@ -10,13 +10,13 @@
10
11
$API->write('/interface/getall');
12
13
- $READ = $API->read();
14
- $ARRAY = $API->parse_response($READ);
+ $READ = $API->read(false);
+ $ARRAY = $API->parseResponse($READ);
15
16
print_r($ARRAY);
17
18
$API->disconnect();
19
20
}
21
22
-?>
+?>
examples/example2.php
@@ -11,13 +11,13 @@
$API->write('/interface/wireless/registration-table/print',false);
$API->write('=stats=');
23
0 commit comments