るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.017秒)
トップページ > バージョン:2.3.0[x] > クエリ:Hash[x] > ライブラリ:cgi/cookie[x]

別のキーワード

  1. _builtin hash
  2. hash []
  3. dbm to_hash
  4. matrix hash
  5. _builtin to_hash

クラス

検索結果

CGI::Cookie.parse(raw_cookie) -> Hash (310.0)

クッキー文字列をパースします。

クッキー文字列をパースします。

@param raw_cookie 生のクッキーを表す文字列を指定します。

例:
cookies = CGI::Cookie.parse("raw_cookie_string")
# { "name1" => cookie1, "name2" => cookie2, ... }