34 public function filter(array $values, $isReturnChangedOnly =
true)
38 foreach ($values as $key => &$val)
41 substr($key, 0, 5) ===
'HTTP_'
42 || in_array($key, $this->interestingKeys,
true)
45 $val = $this->
filterVar(
'server', $val,
'$_SERVER["'.$key.
'"]');
53 if (!$isReturnChangedOnly || isset($this->changedContext[
'server']))