Set WeberTrivia.com to be my default homepage.   Suggest a Question                                               

Suggest A Question : :  Frequently Asked Questions : :  Search : :  Relevant Manuals : : 
PHP Questions : :  Linux Questions : :  MySQL Questions : : 
home  [ Login ] 

Net_Socket

Table of Contents
Net_Socket::connect() -- connects to a server
Net_Socket::disconnect() -- disconnects from a server
Net_Socket::eof() -- test for end-of-file
Net_Socket::gets() -- retrieve a string
Net_Socket::getStatus() -- retrieve information about a connection
Net_Socket::isBlocking() -- check for blocking mode
Net_Socket::read() -- retrieve data
Net_Socket::readAll() -- retrieve data until connection closes
Net_Socket::readByte() -- read a byte
Net_Socket::readInt() -- read an integer
Net_Socket::readIPAddress() -- read an IP-address
Net_Socket::readLine() -- retrieve data until line end
Net_Socket::readString() -- read a string
Net_Socket::readWord() -- read a word
Net_Socket::setBlocking() -- sets blocking mode
Net_Socket::setTimeout() -- sets timeout
Net_Socket::write() -- write data
Net_Socket::writeLine() -- write data including EOL
Example -- using Net_Socket

Net_Socket provides a generic API for communication over TCP/IP-sockets.

Who's Online
Guest Users: 7
Google
Web
WeberTrivia
WeberDev
WeberForums
 Free Sample Chapters  Free Sample Chapters
  Deliver First Class Web Sites: 101 Essential Checklists
Want to learn how to make your web sites usable and accessible? Want to ensure that your sites meet current best practice, without spending hours trawling through incomprehensible specifications and recommendations from dozens of different books, research papers, and web sites? Want to make sure that the sites you build are "right the first time," requiring no costly redevelopments?

More Sample Chapters

PHP General