JArchiveZip::hasNativeSupport
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JArchiveZip::hasNativeSupport[edit]
Description[edit]
Method to determine if the server has native zip support for faster handling.
public function hasNativeSupport ()
- Returns boolean True if php has native ZIP support
- Defined on line 141 of libraries/joomla/filesystem/archive/zip.php
- Since
See also[edit]
- JArchiveZip::hasNativeSupport source code on BitBucket
- Class JArchiveZip
- Subpackage Filesystem
- Other versions of JArchiveZip::hasNativeSupport
User contributed notes[edit]
Code Examples[edit]