Thread::isStarted

(PECL pthreads >= 2.0.0)

Thread::isStarted״̬���

˵��

public Thread::isStarted ( void ) : bool

�߳��Ƿ�ʼִ��

����

�˺���û�в�����

����ֵ

����ֵ����ʾ�߳��Ƿ�ʼִ��

����

Example #1 ����߳��Ƿ�ʼִ��

<?php
$worker 
= new Worker();
$worker->start();
var_dump($worker->isStarted());
?>

�������̻������

bool(true)