Esempio n. 1
0
 /**
  * Registers the Shutdown Handler
  */
 public static function registerShutdown()
 {
     static::$_registered = register_shutdown_function(function () {
         ShutdownHandler::shutdownAtomic();
     });
 }