コード例 #1
0
ファイル: RemoteGet.php プロジェクト: VTAMAGNO/gpEasy-CMS
 /**
  * Attempt to get the resource at $url
  * Loop through all potential methods until successful
  */
 static function Get($url, $args = array())
 {
     self::$debug = array();
     self::$debug['Redir'] = 0;
     self::$redirected = null;
     return self::_get($url, $args);
 }