Manual talk:API

From MikroTik Wiki
Revision as of 21:09, 25 September 2008 by Progjuliano (talk | contribs) (New page: Hello, I'm Juliano, I'm from Brazil, with the PHP API, I can make this: '''$API->write("/ip/hotspot/active/remove", false);''' '''$API->write("=.id=*137010A");''' '''$API->read()...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hello,

I'm Juliano,

I'm from Brazil,

with the PHP API, I can make this:

$API->write("/ip/hotspot/active/remove", false);

$API->write("=.id=*137010A");

$API->read();


in Winbox, I can make this:

/ip hotspot active>remove [find user=test]


I wanted remove active user, for user, using PHP API,

do you can help me ?

Sorry for my little english.

Thanks.