文件名称:并行函数:基于AmpPHP简化并行处理
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-18 11:16:59
php parallel amphp AmpPHP
并行功能 安装 该软件包可以作为依赖项安装。 composer require amphp/parallel-functions 要求 PHP 7.0以上 文献资料 可以在以及目录中找到文档。 例 <?php use function Amp \ ParallelFunctions \parallelMap; use function Amp \ Promise \wait; $ responses = wait ( parallelMap ([ 'https://google.com/' , 'https://github.com/' , 'https://*.com/' , ], function ( $ url ) { return file_get_contents ( $ url ); })); 可以在目录中找到更多示例。 版本控制 像所有其他amphp软件包一样, amphp/parallel-functions遵循语义版本控制规范。 安全 如果发现任何与安全相关的问题,请发送电子邮件至而不要使用问题跟踪器。 执照
【文件预览】:
parallel-functions-master
----src()
--------Internal()
--------functions.php(4KB)
----LICENSE(1KB)
----composer.json(996B)