PHP Classes

File: example

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

Contents

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