Class sockets

Description

BuddyServ IRC Services

Raw socket handler used by the IRC class to connect to a remote host.

Located in /includes/class/Class.sockets.php (line 25)


	
			
Direct descendents
Class Description
irc Provides basic mechanisms for the IRCD socket connection.
Method Summary
sockets __construct (string $host, int $port)
bool connect ()
bool sendto (string $string)
Methods
Constructor __construct (line 46)

Constructor to set host and port of our future connection

sockets __construct (string $host, int $port)
  • string $host
  • int $port

Redefined in descendants as:
connect (line 57)

Connect to the server

bool connect ()
sendto (line 78)

Send a string to the socket

bool sendto (string $string)
  • string $string

Documentation generated on Thu, 19 Nov 2009 20:25:22 -0700 by phpDocumentor 1.4.1