Manual talk:API

From MikroTik Wiki
Revision as of 15:17, 11 March 2010 by Marisb (talk | contribs) (moved Talk:API to Manual talk:API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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.

Code license

Hey, folks. What license the code on this page is under? I'd like to grab it.

haael