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

This package is not auto-updated.

Last update: 2024-04-17 01:59:03 UTC


README

#php实现代码多进程-无参数

Fork::Process(function(){
    //业务代码-子进程执行
})

#有参数
Fork::Process(function() use ($a,$b){
    //业务代码-子进程执行
})

#php依赖 pcntl