るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.052秒)
トップページ > クエリ:Integer[x] > クエリ:uid[x] > クラス:File::Stat[x] > バージョン:2.3.0[x]

別のキーワード

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

ライブラリ

検索結果

File::Stat#uid -> Integer (54628.0)

オーナーのユーザIDを返します。

...オーナーのユーザIDを返します。

//emlist[][ruby]{
fs = File::Stat.new($0)
#例
p fs.uid #=> 0
//}...