るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.018秒)
トップページ > クエリ: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 (102.0)

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

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

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

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