PHP 自定义Skype在线/离线状态

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 自定义Skype在线/离线状态相关的知识,希望对你有一定的参考价值。

$button = "http://mystatus.skype.com/smallicon/username.png";
$status = "status.png";
copy($button, $status);
//online = 428  offline = 376
if (filesize($status) > 400) {
	//online
} else {
	//offline
}

以上是关于PHP 自定义Skype在线/离线状态的主要内容,如果未能解决你的问题,请参考以下文章

自定义Skype联机/脱机状态

为啥skype不显示联系人

修改 XMPP Presence 节

Skype For Business Server 2015 离线消息

如何在 Android 中检测设备状态离线/在线

javascript:离线应用与客户端存储