PHPExcel_Shared_ZipArchive
category | PHPExcel |
---|---|
package | PHPExcel_Shared_ZipArchive |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
addFromString(string $localname, string $contents)
string
Directory/Name of the file to add to the zip archive
string
String of data to add to the zip archive
close()
getFromName(string $fileName) : string
string
Filename for the file in zip archive
string
$contents File string contentslocateName(string $fileName) : boolean
string
Filename for the file in zip archive
boolean
open(string $fileName) : boolean
string
Filename for the zip archive
boolean
$_tempDir : string
$_zip : string
CREATE
OVERWRITE