コード例 #1
0
ファイル: hq.php プロジェクト: antixrist/HQuery
 static function matchOnce($arr)
 {
     return hq::multiMatch(hq::queryOnce(), $arr);
 }