PHP Class XPSPL\process\Thread

Inheritance: extends Thread
Afficher le fichier Open project: prggmr/xpspl

Méthodes publiques

Свойство Type Description
$_callable
$signal

Méthodes publiques

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

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

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

__toString() public méthode

Return a string representation of this thread.
public __toString ( ) : string
Résultat string

run() public méthode

public run ( )

Property Details

$_callable public_oe property

public $_callable

$signal public_oe property

public $signal