Example #1
0
 /**
  * Set the maximum number of redirects to follow during HTTP operations
  *
  * @param int $maxRedirects Maximum number of redirects to follow
  * @return void
  */
 public static function setMaxRedirects($maxRedirects)
 {
     self::$_maxRedirects = $maxRedirects;
 }