摘要:
register_shutdown_function Registers the function named by function to be executed when script processing is complete or when exit() is called.此函数可以重复注册,然后会依次调用 当发生致命性错误或者exit时都会调用此函数error_reporting(0);register_shutdown_function ( 'handleShutdown' );function handleShutdown (){ $error = error 阅读全文
posted @ 2013-04-07 20:01
思齐_
阅读(388)
评论(0)
推荐(0)
浙公网安备 33010602011771号