- PHP 手册
- 函数参考
- 进程控制扩展
- parallel
Functional API
The parallel\Runtime API provides a great degree of control to the power PHP programmer, and those intimately familiar with writing applications that use parallel concurrency.
The functional API provides less control in exchange for the ability to make decisions for the programmer:
-
all executing runtimes are bootstrapped identically
-
scheduling is determined by the API, not the programmer
目录
- parallel\bootstrap — Bootstrapping
- parallel\run — Execution
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/functional.parallel.php