Home
last modified time | relevance | path

Searched refs:SIG_END_OF_CENTRAL_DIR (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php22 const SIG_END_OF_CENTRAL_DIR = "\x50\x4b\x05\x06"; define in splitbrain\\PHPArchive\\Zip
487 $this->writebytes(self::SIG_END_OF_CENTRAL_DIR);
564 if ($bytes === self::SIG_END_OF_CENTRAL_DIR) {
570 if ($bytes !== self::SIG_END_OF_CENTRAL_DIR) {