前の記事 ≪:Flickr上の画像をオンラインで高度に加工する
次の記事 ≫:教会サインジェネレーター

PHPからMSN Messengerを操作するクラスライブラリ : flumpCakes

2006年07月24日-はてなブックマーク

スポンサード リンク
[PR] 英単語を忘却曲線アプリを使って超効率よく記憶する方法
PHP MSN Messenger Class : flumpCakes
This is a simple to use class file which can be used to connect to the MSN Messenger Network. For the SSL authentication the php_curl modules can be used, or a curl executable (binary).

PHPからMSN Messengerを操作するクラスライブラリ : flumpCakes。
PHPでMSN Messengerのメッセンジャーを送受信できます。

クラスライブラリなので次のように簡単に使えます。

<?php
include('msnp9.class.php');
include(
'msn_sb.class.php');

$msn = new msn;

if (
$msn->connect('EMAIL@hotmail.com''PASSWORD'))
{
    
$msn->rx_data();
}
?>

MSN Messenger使いの方には面白いツールではないでしょうか。
YahooMessenger用には次のようなクラスがあるっぽいです。

PHP Classes - Class: Grab Yahoo

関連の記事検索:PHP, ライブラリ, messenger
スポンサード リンク

By.KJ : 2006年07月24日 09:06 livedoor Readerで購読 Twitterに投稿

間違いの指摘をしていただける方はメール、あるいはTwitter/FBでお願いします(クリック)