ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
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().