るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.110秒)

別のキーワード

  1. _builtin read
  2. stringio read
  3. io read
  4. csv read
  5. csv close_read

ライブラリ

モジュール

検索結果

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

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

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

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