fengdangxing / php-fork
There is no license information available for the latest version (v1.3.0) of this package.
php-fork
v1.3.0
2021-06-01 11:42 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- fengdangxing/php-fork: dev-master
This package is not auto-updated.
Last update: 2024-12-25 04:57:52 UTC
README
#php实现代码多进程-无参数
Fork::Process(function(){ //业务代码-子进程执行 }) #有参数 Fork::Process(function() use ($a,$b){ //业务代码-子进程执行 })
#php依赖 pcntl