Thread
PHP Manual

Thread::run

(PECL pthreads >= 0.34)

Thread::runExecution

Açıklama

abstract public void Thread::run ( void )

The run method of a Thread is executed in a Thread when a call to Thread::start is made

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The methods return value, if used, will be ignored


Thread
PHP Manual