◐ Shell
clean mode source ↗

PHP: ZipArchive::count - Manual

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

ZipArchive::countCounts the number of files in the archive

Description

public function ZipArchive::count(): int

Parameters

This function has no parameters.

Return Values

Returns the number of files in the archive.

Found A Problem?

add a note

User Contributed Notes 2 notes

up

1

Ignacio C. E.

7 years ago

You can use $zip->numFiles if you are on PHP <7.2

up

0

ohcc at 163 dot com

8 years ago

ZipArchive::count() is introduced in PHP 7.2.