Пример #1
0
 protected function streamContextOpts($args)
 {
     $streamContextOpts = parent::streamContextOpts($args);
     $streamContextOpts['http']['follow_location'] = false;
     $streamContextOpts['http']['max_redirects'] = 0;
     return $streamContextOpts;
 }
Пример #2
0
 protected function streamContextOpts($args)
 {
     $opts = parent::streamContextOpts($args);
     $opts['http']['ignore_errors'] = true;
     return $opts;
 }