• PHP Video Tutorials

PHP - Threaded::run Function



Threaded::run - Execution

Syntax

public void Threaded::run( void )

The programmer can always implement a run method for objects that are intended for execution.

Threaded:: run() function doesn't have any parameters and can return the methods return value if used, can be ignored.

php_function_reference.htm
Advertisements