Request::offsetUnset PHP Метод

offsetUnset() публичный статический метод

Remove the value at the given offset.
public static offsetUnset ( string $offset ) : void
$offset string
Результат void
        public static function offsetUnset($offset)
        {
            \Illuminate\Http\Request::offsetUnset($offset);
        }