Jetpack::__destruct PHP 메소드

__destruct() 공개 메소드

If there are any stats that need to be pushed, but haven't been, push them now.
public __destruct ( )
    function __destruct()
    {
        if (!empty($this->stats)) {
            $this->do_stats('server_side');
        }
    }
Jetpack