pht\Thread::startStarts the new thread 説明
public void pht\Thread::start
( void
)
This will cause a new thread to be spawned for the associated pht\Thread object, where its internal task queue will begin to be processed. パラメータこの関数にはパラメータはありません。 戻り値No return value. 例
例1 Starting a new thread
<?php |