diff --git a/examples/remove_security_profile.php b/examples/remove_security_profile.php new file mode 100644 index 0000000..f4e98d3 --- /dev/null +++ b/examples/remove_security_profile.php @@ -0,0 +1,14 @@ +where()` need to use `->equal()`, it will generate queries, +// which stared from "=" symbol: +$query->where('.id', '*1'); + +$client = new \RouterOS\Client(['host' => '192.168.88.1', 'user' => 'admin', 'pass' => 'password']); +$response = $client->query($query)->read();