register_shutdown_function

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Register a function for execution on shutdown
<?php register_shutdown_function(callable $callback, mixed ...$args): void