<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.fileowner.php',
    1 => 'fileowner',
    2 => 'ファイルの所有者を取得する',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'ファイルシステム 関数',
  ),
  'prev' => 
  array (
    0 => 'function.filemtime.php',
    1 => 'filemtime',
  ),
  'next' => 
  array (
    0 => 'function.fileperms.php',
    1 => 'fileperms',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/filesystem/functions/fileowner.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fileowner" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fileowner</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">fileowner</span> &mdash; <span class="dc-title">ファイルの所有者を取得する</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.fileowner-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fileowner</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$filename</code></span>): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   ファイルの所有者を取得します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fileowner-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">filename</code></dt>
     <dd>
      <p class="para">
       ファイルへのパス。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fileowner-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   ファイルの所有者のユーザー ID を返し、失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します。
   ユーザー ID は数値で返されます。ユーザー名に変換するには
   <span class="function"><a href="function.posix-getpwuid.php" class="function">posix_getpwuid()</a></span> を使用してください。
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.fileowner-errors">
  <h3 class="title">エラー / 例外</h3>
  <p class="para">
失敗したときは <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> が発生します。
</p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.fileowner-examples">
  <h3 class="title">例</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>例1 ファイルの所有者の取得</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$filename </span><span style="color: #007700">= </span><span style="color: #DD0000">'index.php'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">print_r</span><span style="color: #007700">(</span><span style="color: #0000BB">posix_getpwuid</span><span style="color: #007700">(</span><span style="color: #0000BB">fileowner</span><span style="color: #007700">(</span><span style="color: #0000BB">$filename</span><span style="color: #007700">)));<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.fileowner-notes">
  <h3 class="title">注意</h3>
  <blockquote class="note"><p><strong class="note">注意</strong>: <span class="simpara">この関数の結果は
キャッシュされます。詳細は、<span class="function"><a href="function.clearstatcache.php" class="function">clearstatcache()</a></span>
を参照してください。</span></p></blockquote>
  <div class="tip"><strong class="tip">ヒント</strong><p class="simpara">
<code class="literal">PHP 5.0.0</code> 以降、この関数は、
<em>何らかの</em> URL ラッパーと組合せて使用することができます。
どのラッパーが <span class="function"><a href="function.stat.php" class="function">stat()</a></span> ファミリーをサポートしているかを調べるには
<a href="wrappers.php" class="xref">サポートするプロトコル/ラッパー</a> を参照してください。</p></div>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fileowner-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.filegroup.php" class="function" rel="rdfs-seeAlso">filegroup()</a> - ファイルのグループを取得する</span></li>
    <li><span class="function"><a href="function.stat.php" class="function" rel="rdfs-seeAlso">stat()</a> - ファイルに関する情報を取得する</span></li>
    <li><span class="function"><a href="function.posix-getpwuid.php" class="function" rel="rdfs-seeAlso">posix_getpwuid()</a> - 指定 ID のユーザーに関する情報を返す</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>