Talk:API PHP class
From MikroTik Wiki
The dev for our company added his own Query function for the PHP class if anyone wants to use / implement it as part of this main script.
/**************************************************
*
*************************************************/
function query($command) {
$this->write($command);
return($this->read(true));
}
Regards, Omega-00