るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.039秒)
トップページ > クエリ:Integer[x] > クエリ:on[x] > クエリ:pathconf[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer upto
  5. integer downto

ライブラリ

クラス

モジュール

キーワード

検索結果

IO#pathconf(name) -> Integer | nil (24308.0)

fpathconf(3) で取得したファイルの設定変数の値を返します。

...fpathconf(3) で取得したファイルの設定変数の値を返します。

引数 name が制限に関する設定値であり、設定が制限がない状態の場合は nil
を返します。(fpathconf(3) が -1 を返し、errno が設定されていない
場合)

@param name Etc モジ...
...ュールの PC_ で始まる定数のいずれかを指定します。

//emlist[][ruby]{
require 'etc'
IO.pipe {|r, w|
p w.pathconf(Etc::PC_PIPE_BUF) # => 4096
}
//}...

Etc::PC_MAX_CANON -> Integer (3237.0)

IO#pathconf の引数に指定します。

...IO#pathconf の引数に指定します。

詳細は fpathconf(3) を参照してください。...

Etc::PC_TIMESTAMP_RESOLUTION -> Integer (3237.0)

IO#pathconf の引数に指定します。

...IO#pathconf の引数に指定します。

詳細は fpathconf(3) を参照してください。...