示例#1
0
 private static function isPHP($call)
 {
     $call = explode('?', $call);
     return jbetoloHelper::endWith($call[0], '.php');
 }