Home >php教程 >php手册 >php版 飞信fetion类源代码公开提供下载

php版 飞信fetion类源代码公开提供下载

WBOY
WBOYOriginal
2016-06-13 10:36:501035browse

 

首先声明:本人制作这个php版的飞信是基于飞信通信协议进行的黑盒研究,完全出于学习爱好研究之目的,谢绝用于商业用途!源码包含了我目前仍然免费提供的fetionserver.php,以及之前提供测试的a-client.php,压缩包中有vs_fetion(socket版).class.php和vs_fetion.class.php两个文件,视实际情况使用,协议是一样的,只是使用的php扩展不同,一般来说vs_fetion.class.php的兼容性更好一些。

OK,废话不多说,上菜!

PHP源码下载

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP类UTF8编码内的繁简转换Next article:Xdebug安装