Request::offsetUnset PHP Method

offsetUnset() public static method

Remove the value at the given offset.
public static offsetUnset ( string $offset ) : void
$offset string
return void
        public static function offsetUnset($offset)
        {
            \Illuminate\Http\Request::offsetUnset($offset);
        }