fork:PHP多进程库

时间:2024-07-17 02:01:14
【文件属性】:

文件名称:fork:PHP多进程库

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-17 02:01:14

PHP

叉 Fork 使得从 PHP 中 fork 和运行多个子进程变得简单。 安装 确保已安装 。 这个库只能通过。 在 composer.json 中: "require": { "shaggy8871/fork": "dev-master" } 然后运行: composer install 回调方式: <?php include_once ( "vendor/autoload.php" ); Fork \ Fork :: createChildren ([ 'test1' , 'test2' ], function ( Fork \ ChildProcess $ child ) { // Wait 1 second to allow the broadcast to come through sleep ( 1 ); $ child -> sen


【文件预览】:
fork-master
----.gitignore(8B)
----README.md(2KB)
----tests()
--------Fork()
--------Bootstrap.php(232B)
----phpunit.xml(198B)
----composer.lock(29KB)
----LICENSE(1KB)
----composer.json(508B)
----src()
--------Fork()
----.travis.yml(148B)
----example.php(2KB)

网友评论