Beispiel #1
0
 /**
  * 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);
 }