Request::offsetExists PHP Method

offsetExists() public static method

Determine if the given offset exists.
public static offsetExists ( string $offset ) : boolean
$offset string
return boolean
        public static function offsetExists($offset)
        {
            return \Illuminate\Http\Request::offsetExists($offset);
        }