Talk:API PHP class

From MikroTik Wiki
Revision as of 08:53, 1 May 2009 by Omega-00 (talk | contribs) (New page: 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. /***********************************************...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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