remote::size PHP Method

size() public method

public size ( $url )
    function size($url)
    {
        $headers = self::headers($url);
        return a::get($headers, 'Content-Length', -1);
    }