Zend\Diactoros\UploadedFile::getSize PHP Method

getSize() public method

public getSize ( ) : integer | null
return integer | null The file size in bytes or null if unknown.
    public function getSize()
    {
        return $this->size;
    }