PHP 7.0.6 Released

Threaded::run

(PECL pthreads >= 2.0.0)

Threaded::runExecution

Description

public void Threaded::run ( void )

The programmer should always implement the run method for objects that are intended for execution.

Parameters

This function has no parameters.

Return Values

The methods return value, if used, will be ignored

User Contributed Notes

There are no user contributed notes for this page.
To Top