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

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

2006年07月24日

スポンサード リンク
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

スポンサード リンク

投稿者 KJ : 2006年07月24日 09:06 | ブックマークに追加する Subscribe with livedoor Reader
間違いの指摘をしていただける方はメールでお願いします


本を執筆しました。