onShutdown

���¼���Server����ʱ������������ԭ��

function onShutdown(swoole_server $server);

�ڴ�֮ǰSwoole Server�ѽ��������²���

����

$serv->on('Shutdown', 'my_onShutdown');
function my_onShutdown($serv){
    echo "Server: onShutdown\n";
}

ǿ��kill���̲���ص�onShutdown����kill -9��Ҫʹ��kill-15 ������SIGTREM�źŵ������̲��ܰ���������������ֹ