(PECL pthreads >= 0.0.33)
Thread::getMax — Return the maximum number of Threads an instance of PHP may create.
Some system administrators choose to limit the amount of Threads an instance of PHP can create. If the number is set and reached any calls to Thread::start() will fail, generating a warning.
此函数没有参数。
The maximum number of Threads as defined by system administrators.