ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
Socket.php File Reference

Go to the source code of this file.

Data Structures

class  Net_Socket
 Generalized Socket class. More...
 

Variables

const NET_SOCKET_READ 1
 
const NET_SOCKET_WRITE 2
 
const NET_SOCKET_ERROR 4
 

Variable Documentation

◆ NET_SOCKET_ERROR

const NET_SOCKET_ERROR 4

Definition at line 26 of file Socket.php.

Referenced by Net_Socket\select().

◆ NET_SOCKET_READ

const NET_SOCKET_READ 1

Definition at line 24 of file Socket.php.

Referenced by Net_Socket\select().

◆ NET_SOCKET_WRITE

const NET_SOCKET_WRITE 2

Definition at line 25 of file Socket.php.

Referenced by Net_Socket\select().