1. 首页
  2. 数据库
  3. 其它
  4. 用于PHP的异步Beanstalk客户机 源码

用于PHP的异步Beanstalk客户机 源码

上传者: 2021-02-01 14:40:36上传 ZIP文件 22KB 热度 14次
beanstalk amphp/beanstalk is an asynchronous client for PHP based on Amp. Installation composer require amphp/beanstalk Examples More extensive code examples reside in the directory. <?php require __DIR__ . '/../vendor/autoload.php'; use Amp\Beanstalk\BeanstalkClient; use Amp\Loop; Loop::run(fu
用户评论