PHP WebSocket2 Library
PHP5 Library for browsing web
Data Structures
Here are the data structures with brief descriptions:
 CDumpSocketDummy socket to collect data written to it
 CFileSocketSocket based on PHP file operations (fsockopen)
 CHttpAttachmentHTTP attachment base class
 CHttpContentAttachmentHTTP content attachment class
 CHttpCookieHTTP cookie
 CHttpCookieManagerHTTP cookie manager
 CHttpFileAttachmentHTTP file attachment class
 CHttpHeaderManagerHTTP headers manager
 CHttpParamManagerHTTP GET/POST parameters manager
 CHttpProxyHTTP(S) proxy
 CHttpRequestManagerHigh-level HTTP request manager, which supports HTTP redirects, cookies and authentication
 CHttpSocketBase class for socket ans proxy implementations
 CLowLevelSocketSocket based on PHP socket operations
 CNetworkSocketBase class for network socket implementations
 CSocks4AProxySOCKS4a proxy
 CSocks4ProxySOCKS4 proxy
 CSocks5ProxySOCKS5 proxy
 CSocksProxyBase class for SOCKS proxy
 CTextHelpersClass that contains some helper methods for strings
 CWebProxyWeb proxy base class
 CWebRequestRepresents request that can be sent over HTTP(S)
 CWebRequestExceptionClass that represents Web library exceptions
 CWebRequestHelpersSome helper functions for web requests
 CWebResponseWeb server response wrapper class