るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.175秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:a[x] > クエリ:multipart?[x] > モジュール:CGI::QueryExtension[x]

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

ライブラリ

検索結果

CGI::QueryExtension#multipart? -> bool (27209.0)

マルチパートフォームの場合は、真を返します。 そうでない場合は、偽を返します。

...マルチパートフォームの場合は、真を返します。
そうでない場合は、偽を返します。

例:
cgi = CGI.new
if cgi.multipart?
field1=cgi['field1'].read
else
field1=cgi['field1']
end...