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 Skype  >  example  >  Download  
File: example
Role: Example script
Content type: text/plain
Description: simple example file
Class: Check Skype
Check the online status of Skype users
Author: By
Last change:
Date: 2007-04-26 04:48
Size: 92 bytes
 

Contents

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