用户
 找回密码
 入住 CI 中国社区
搜索
查看: 5312|回复: 5
收起左侧

[库 Library] 共享:phpx一会员的飞信类

[复制链接]
发表于 2009-6-16 11:54:08 | 显示全部楼层 |阅读模式
其实我一直对移动设备相关的东西比较感兴趣
刚刚找到了一个发布在phpx里的一个飞信类

下载类库: class_fetion.zip (3.51 KB, 下载次数: 96)

示例:
PHP复制代码
 
<?php
 
include "./class_fetion.php";
 
 
 
//new fetion class and init
 
$fetion = new fetion('13811264858', 'xxxx');
 
$fetion->init() or die("fetion init failure!\n");
 
 
 
//example 1
 
$fetion->sent_sms('tel:13811264858', '我有我喜悦!');
 
 
 
//example 2
 
$fetion->sent_sms('sip:589716505@fetion.com.cn;p=4013', '我有我喜悦!');
 
 
 
//example 3
 
$friends = $fetion->get_friends_list();
 
var_dump($friends);
 
 
?>
 
复制代码


原文地址:http://www.phpx.com/happy/thread-257156-1-1.html

感谢作者。
发表于 2009-6-26 16:12:18 | 显示全部楼层
强烈支持。
发表于 2010-9-3 22:10:35 | 显示全部楼层
地板,支持你,也喜欢。。
发表于 2011-1-24 18:11:58 | 显示全部楼层
感谢分享,收藏下
发表于 2011-1-25 13:14:21 | 显示全部楼层
很好。。。
发表于 2012-5-18 16:19:11 | 显示全部楼层
[fetion class]: 无法解析ssic出, 登陆失败。可能原因:用户名和密码错误![fetion class]: 发送短息失败!
是不是代码过时了,谁来给个最新的类。。。。

本版积分规则