コード例 #1
0
ファイル: Matcher.php プロジェクト: unx/Matcher
 static function count($path)
 {
     return Matcher::multi($path)->map('count');
 }