Returns current script name.
public function getScriptName() : string { return $this->server ->get('SCRIPT_NAME', $this->server ->get('ORIG_SCRIPT_NAME', '')); }