|
PHP5中文手册
Phar->count(PECL phar:1.0.0-1.2.1) Phar->count — Returns the number of entries (files) in the Phar archive 说明
int Phar->count
( void
)
参数
返回值The number of files contained within this phar, or 0 (the number zero) if none. 范例
Example#1 A Phar->count() example
<?php 上例将输出:
|