【发布时间】:2016-05-19 04:10:36
【问题描述】:
我正在使用 Mikrotik 的 php api,但如果用户断开连接,我不如何控制不运行限制正常运行时间?
这是我的代码
$API->write("/ip/hotspot/user/add", false);
$API->write("=name=".$usuario, false);
$API->write("=limit-uptime=".$segundos, false);
$API->write("=password=".$password, true);
【问题讨论】: