update : 2015.11.03
php.shukuma.com검색:
|
Thread::start(PECL pthreads >= 2.0.0) Thread::start — Execution 설명
public boolean Thread::start
([ integer
$options
] )Will start a new Thread to execute the implemented run method 인수
반환값A boolean indication of success 예제
Example #1 Starting Threads
<?php 위 예제의 출력: bool(true) |