PHP Classes

File: example

Recommend this page to a friend!
  Classes of Jeanneret Cédric   Check AIM   example   Download  
File: example
Role: Example script
Content type: text/plain
Description: simple example file
Class: Check AIM
Check the online status of AIM users
Author: By
Last change:
Date: 16 years ago
Size: 86 bytes
 

Contents

Class file image Download
<?php
$aim
= new checkAIM('my_account');
echo (
$aim->isOnline())? 'Up' : 'down';
?>