Can you unregister a shutdown function?

Posted by nickf on Stack Overflow See other posts from Stack Overflow or by nickf
Published on 2010-04-28T02:48:46Z Indexed on 2010/04/28 2:53 UTC
Read the original article Hit count: 270

Filed under:

Is it possible in PHP to unregister a function (or all functions) set up with register_shutdown_function()?

© Stack Overflow or respective owner

Related posts about php