• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ZipArchive::count()

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

    Counts the number of files in the achive

    说明

    publicZipArchive::count(void): int

    参数

    此函数没有参数。

    返回值

    Returns the number of files in the archive.

    ZipArchive::count() is introduced in PHP 7.2.
    You can use $zip->numFiles if you are on PHP <7.2