コード例 #1
0
ファイル: helper.php プロジェクト: cymerio/jbetolo
 private static function isPHP($call)
 {
     $call = explode('?', $call);
     return jbetoloHelper::endWith($call[0], '.php');
 }