PHP WebSocket2 Library
PHP5 Library for browsing web
|
▼CArrayAccess | |
CHttpParamManager | HTTP GET/POST parameters manager |
▼CException | |
CWebRequestException | Class that represents Web library exceptions |
▼CHttpAttachment | HTTP attachment base class |
CHttpContentAttachment | HTTP content attachment class |
CHttpFileAttachment | HTTP file attachment class |
CHttpCookie | HTTP cookie |
CHttpCookieManager | HTTP cookie manager |
CHttpHeaderManager | HTTP headers manager |
CHttpRequestManager | High-level HTTP request manager, which supports HTTP redirects, cookies and authentication |
▼CHttpSocket | Base class for socket ans proxy implementations |
CDumpSocket | Dummy socket to collect data written to it |
▼CNetworkSocket | Base class for network socket implementations |
CFileSocket | Socket based on PHP file operations (fsockopen) |
CLowLevelSocket | Socket based on PHP socket operations |
▼CWebProxy | Web proxy base class |
CHttpProxy | HTTP(S) proxy |
▼CSocksProxy | Base class for SOCKS proxy |
CSocks4AProxy | SOCKS4a proxy |
CSocks4Proxy | SOCKS4 proxy |
CSocks5Proxy | SOCKS5 proxy |
CTextHelpers | Class that contains some helper methods for strings |
CWebRequest | Represents request that can be sent over HTTP(S) |
CWebRequestHelpers | Some helper functions for web requests |
CWebResponse | Web server response wrapper class |