register_shutdown_function(): Invalid shutdown callback 'shutDownFunction' passed code example
Example: php shutdown function
register_shutdown_function(function () {
# code
});
register_shutdown_function(function () {
# code
});