PHP » GoLang |
login |
register |
about
|
GoLang GlobIterator::count
request it (356)
GoLang replacement for PHP's GlobIterator::count
[edit | history]
GlobIterator::count(PHP 5 >= 5.3.0, PHP 7) GlobIterator::count — Get the number of directories and files Description
public int GlobIterator::count
( void
)
Gets the number of directories and files found by the glob expression. ParametersThis function has no parameters. Return ValuesThe number of returned directories and files, as an integer. Examples
Example #1 GlobIterator::count() example
<?php The above example will output something similar to: Matched 8 item(s) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|