示例#1
0
文件: Matcher.php 项目: unx/Matcher
 static function count($path)
 {
     return Matcher::multi($path)->map('count');
 }