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);
        }