(PECL pthreads >= 0.0.33)
Thread::getCount — Return the number of currently executing Threads.
Returns the number of currently executing Threads.
此函数没有参数。
The number of threads that are currently running. This number does not include any threads that are waiting to be joined, only those that are actively executing.