server::get($key = false, $default = null)

Gets a value from the _SERVER array

  • $key (mixed)
    The key to look for. Pass false or null to return the entire server array.
  • $default (mixed)
    Optional default value, which should be returned if no element has been found
  • return (mixed)