Login   Register  
PHP Classes
elePHPant
Icontem

File: example

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jeanneret Cédric  >  Check ICQ  >  example  >  Download  
File: example
Role: Example script
Content type: text/plain
Description: simple example file
Class: Check ICQ
Check the online status of ICQ users
Author: By
Last change:
Date: 2007-04-26 04:46
Size: 86 bytes
 

Contents

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