fengdangxing/php-fork

There is no license information available for the latest version (v1.3.0) of this package.

php-fork

Maintainers

Package info

github.com/fengdangxing/php-fork

pkg:composer/fengdangxing/php-fork

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.0 2021-06-01 11:42 UTC

This package is not auto-updated.

Last update: 2026-03-04 10:33:39 UTC


README

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

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

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

#php依赖 pcntl