るりまサーチ

最速Rubyリファレンスマニュアル検索!
412件ヒット [401-412件を表示] (0.018秒)
トップページ > クエリ:bool[x] > クエリ:start[x]

別のキーワード

  1. option bool
  2. socket bool
  3. variant vt_bool
  4. win32ole vt_bool
  5. bool socket

検索結果

<< < ... 3 4 5 >>

Net::POP3.APOP(is_apop) -> Class (22.0)

bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。

...bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。

使用例:

require 'net/pop'

pop = Net::POP3::APOP($isapop).new(addr, port)
pop.start(account, password) {
....
}

@param is_apop 真の場合に Net::APOP を返します。...
<< < ... 3 4 5 >>