ZipArchive::count
PHP Manual
PHP Manual»ZipArchive»ZipArchive::count

ZipArchive::count

(PHP 7 >= 7.2.0, PHP 8, PECL zip >= 1.15.0)

ZipArchive::countCounts the number of files in the archive

Descrizione

public function ZipArchive::count(): int

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the number of files in the archive.

To Top