API17:JArchiveZip::checkZipData
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArchiveZip::checkZipData
Description
Checks to see if the data is a valid ZIP file.
Description:JArchiveZip::checkZipData [Edit Descripton]
Since
Synopsis
public JArchiveZip->checkZipData (&$data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$data | string | ZIP archive data buffer. |
Returns
boolean True if valid, false if invalid.
Defined in
libraries/joomla/filesystem/archive/zip.php
Referenced by
See also
SeeAlso:JArchiveZip::checkZipData
Examples
<CodeExamplesForm />
