るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.081秒)
トップページ > 種類:定数[x] > バージョン:2.3.0[x] > クエリ:RDONLY[x]

別のキーワード

  1. fcntl o_rdonly
  2. _builtin rdonly
  3. constants rdonly
  4. o_rdonly fcntl
  5. o_rdonly

ライブラリ

モジュール

検索結果

File::Constants::RDONLY -> Integer (54307.0)

読み込みのみのモードでファイルを開くときに指定します。 File.openで使用します。

読み込みのみのモードでファイルを開くときに指定します。
File.openで使用します。

Fcntl::O_RDONLY -> Integer (18307.0)

ファイルを読み込み専用で開きます。

ファイルを読み込み専用で開きます。