PHP Classes

File: vendor/frdl/shutdown-helper/README.md

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   vendor/frdl/shutdown-helper/README.md   Download  
File: vendor/frdl/shutdown-helper/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change:
Date: 12 days ago
Size: 335 bytes
 

Contents

Class file image Download

shutdown-helper

Reverse order register_shutdown manager

Installation

$ composer install frdl/shutdown-helper

Usage

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