Etienne Kneuss

home » repository » php » ircbot » libraries » class.Link.php
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
ircbot
libraries
class.Link_IRC.php
class.DB_mySQL.php
class.Link.php
expt.DB_Exception.php
class.DB_mySQL_Results.php
class.DB_Common_Results.php
class.DB.php
class.DB_Common.php
iface.Observed.php
iface.Observer.php
class.BaseArray.php
class.Bot.php
modules
exceptions
bot.php
plopbot.sql
php.net
images
dump

Source code raw phps

    <?php abstract class Link {     abstract public function connect($host, $port);     abstract public function read($length = 2048);     abstract public function write($content);     abstract public function isValid();     abstract public function eof();     static protected $_status = self::S_NOT_CONNECTED;     const S_CONNECTED     = 0;     const S_NOT_CONNECTED = 1;     const S_ERROR         = 2; }

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 2+5=?

Comment: