Example #1
0
function clear()
{
    $sock = new sockets();
    $sock->SET_APC_STORE("GlobalApplicationsStatus", null);
    $sock->APC_CLEAN();
}