PHP Class XPSPL\process\Thread

Inheritance: extends Thread
Datei anzeigen Open project: prggmr/xpspl

Public Properties

Property Type Description
$_callable
$signal

Public Methods

Method Description
__clone ( )
__construct ( Process $process, $signal, $thread_vars )
__toString ( ) : string Return a string representation of this thread.
run ( )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( Process $process, $signal, $thread_vars )
$process XPSPL\Process

__toString() public method

Return a string representation of this thread.
public __toString ( ) : string
return string

run() public method

public run ( )

Property Details

$_callable public_oe property

public $_callable

$signal public_oe property

public $signal