heartsentwined/background-exec

关闭客户端HTTP连接并在后台继续脚本执行。

v2.0.4 2016-07-06 12:19 UTC

This package is not auto-updated.

Last update: 2024-09-14 12:12:35 UTC


README

关闭客户端HTTP连接并在后台继续脚本执行。

安装

Composer:

{
  "require": {
    "yalesov/background-exec": "2.*"
  }
}

用法

use Yalesov\BackgroundExec\BackgroundExec;
BackgroundExec::start();