• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • zip_entry_compressedsize()

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0)

    检索目录项压缩过后的大小

    说明

    zip_entry_compressedsize(resource $zip_entry): int

    返回指定目录项压缩过后的大小。

    参数

    $zip_entry

    由函数zip_read()返回的目录项。

    返回值

    压缩后的大小。

    参见