1, 'host' => '127.0.0.1', 'user' => 'admin', 'pass' => 'admin' ]); // Send query to RouterOS $response = $client->write('/ip/firewall/address-list/print')->read(); print_r($response);