ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups 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

const NET_SOCKET_ERROR = 4

Definition at line 26 of file Socket.php.

Referenced by Net_Socket\select().

const NET_SOCKET_READ = 1

Definition at line 24 of file Socket.php.

Referenced by Net_Socket\select().

const NET_SOCKET_WRITE = 2

Definition at line 25 of file Socket.php.

Referenced by Net_Socket\select().