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

Опис

public function ZipArchive::count(): int

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the number of files in the archive.

To Top