frdl/shutdown-helper

逆序注册 shutdown 管理器。

v1.0.1 2020-02-03 16:09 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:42 UTC


README

逆序注册 shutdown 管理器

安装

$ composer install frdl/shutdown-helper

使用

$ShutdownTasks = \frdlweb\Thread\ShutdownTasks::mutex();
$ShutdownTasks(function($start){
	print_r( date('c', time()).' execution microtime >= '.microtime() - $start );
}, microtime());