PHPZip\Zip\File\Zip::onBeginBuildResponseHeader PHP Method

onBeginBuildResponseHeader() public method

Called by superclass when specialised action is needed at the start of sending the zip file response header.
Author: A. Grandt ([email protected])
Author: Greg Kappatos
    public function onBeginBuildResponseHeader() {
        if (!$this->isFinalized) {
            $this->finalize();
        }
    }