PHP » GoLang |
login |
register |
about
|
Phar::count(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) Phar::count — Returns the number of entries (files) in the Phar archive Description
public int Phar::count
( void
)
Parameters
Return ValuesThe number of files contained within this phar, or 0 (the number zero) if none. Examples
Example #1 A Phar::count() example
<?php The above example will output: The new phar has 0 entries The new phar has 1 entries |
more
Recently updated
more
Most requested
more
Last requests
|