るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. socket remote_address
  2. cgi remote_addr
  3. cgi/core remote_addr
  4. cgi remote_user
  5. cgi remote_ident

ライブラリ

モジュール

検索結果

CGI::QueryExtension#remote_addr -> String (54655.0)

ENV['REMOTE_ADDR'] を返します。

ENV['REMOTE_ADDR'] を返します。

cgi (73.0)

CGI プログラムの支援ライブラリです。

...y + " --> " + value + "\n"
end.join("")
)
end
end
end
end

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}

==== ファイルの...
...3") # HTML3.2に準拠したHTML生成メソッドを追加
cgi.h1
# <H1></h1>
cgi.h1{ "content" }
# <H1>content</H1>
cgi.h1({ "class" => "foo", "attr" => "bar" }){ "content" }
# <H1 class="foo" attr="bar">content</H1>

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("...