CallerBasicThis is an Abstract class representing Methods all Thread-Calling classes must implement
it also has some Concrete methods
Located in /Thread/Caller.php (line 50)
static Join (line 150)
This is a Static Function used to Join Another Thread/s (Wait for them to finish) These Threads MUST give a sign they finished (using TClien Class)
Constructor __construct (line 73)
CallerBasic Constructor , it must be explicily called from clasese extending it (PHP OOP issue)
Preparing Counter for generating ID's , and Setting Thread state
Get (line 104)
takes the name of a Communication Varaible and returns it's value
GetID (line 113)
Return the thread ID
GetState (line 122)
return Thread State as read from Communication Class Varaible
Go (line 132)
This is a void function with no arguments
it's used to Launch / Call the Thread
Set (line 94)
Associates / Sets Name $name with the Value $value it can be used to create a Name or reeassign it (change it's value )
This function Just wrapps the Communication Class Setting function
SetParams (line 140)
A void function with one argument
This Function is used to Change the Thread Arguments before Calling/Launching it
Documentation generated on Fri, 01 Aug 2008 05:54:08 +0300 by phpDocumentor 1.4.1