update : 2015.11.03
php.shukuma.com검색:
|
Phar::count(PHP >= 5.3.0, PECL phar >= 1.0.0) Phar::count — Returns the number of entries (files) in the Phar archive 설명
public 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 위 예제의 출력: The new phar has 0 entries The new phar has 1 entries |