Request::offsetExists PHP Метод

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

Determine if the given offset exists.
public static offsetExists ( string $offset ) : boolean
$offset string
Результат boolean
        public static function offsetExists($offset)
        {
            return \Illuminate\Http\Request::offsetExists($offset);
        }