update : 2015.11.03
php.shukuma.com검색:
|
Thread::isStarted(PECL pthreads >= 2.0.0) Thread::isStarted — State Detection 설명
public boolean Thread::isStarted
( void
)
Tell if the referenced Thread was started 인수이 함수는 인수가 없습니다. 반환값boolean indication of state 예제
Example #1 Tell if the referenced Thread was started
<?php 위 예제의 출력: bool(true) |