The Socket Calling Class This Class uses PHP Sockets to connect to server and launch a PHP Script/Thread it Extends CallerBasic and implelemts it's Abstract functions
Located in /Thread/SocThreader.php (line 22)
CallerBasic | --SocThread
Parameters to be passed to thread
Inherited from CallerBasic
CallerBasic::$pos
SocThread Constructor
Socket Thread Calling Specific Launching Function
use Proper Http Headers to use with Sockets in order to make server Execute Script
Socket Thread Calling Specific Parameters Setting Function
Direct Setting of Thread Params
Note : Parameters Format are Like Passed through GET in urls e.g. "asd=1&qwe=2&rty=3" will be perceived by called thread $_POST['asd']=1 , $_POST['qwe']=2 , $_POST['rty']=3
Inherited From CallerBasic
CallerBasic::__construct()
CallerBasic::Get()
CallerBasic::GetID()
CallerBasic::GetState()
CallerBasic::Go()
CallerBasic::Join()
CallerBasic::Set()
CallerBasic::SetParams()
Documentation generated on Fri, 01 Aug 2008 05:54:17 +0300 by phpDocumentor 1.4.1