예제 #1
0
파일: Matcher.php 프로젝트: unx/Matcher
 static function count($path)
 {
     return Matcher::multi($path)->map('count');
 }