<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.win32service-rightinfo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'win32service-rightinfo.get-full-username.php',
    1 => 'Win32Service\\RightInfo::getFullUsername',
    2 => 'ドメインとユーザー名を返す',
  ),
  'up' => 
  array (
    0 => 'class.win32service-rightinfo.php',
    1 => 'Win32Service\\RightInfo',
  ),
  'prev' => 
  array (
    0 => 'win32service-rightinfo.get-domain.php',
    1 => 'Win32Service\\RightInfo::getDomain',
  ),
  'next' => 
  array (
    0 => 'win32service-rightinfo.get-rights.php',
    1 => 'Win32Service\\RightInfo::getRights',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/win32service/rightinfo/get-full-username.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="win32service-rightinfo.get-full-username" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Win32Service\RightInfo::getFullUsername</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">Win32Service\RightInfo::getFullUsername</span> &mdash; <span class="dc-title">ドメインとユーザー名を返す</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-win32service-rightinfo.get-full-username-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><strong>Win32Service\RightInfo::getFullUsername</strong></span>(): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span></div>

  <p class="para rdfs-comment">
   <code class="literal">\</code> で区切られた、ドメインとユーザー名を返します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-win32service-rightinfo.get-full-username-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-win32service-rightinfo.get-full-username-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   ドメインとユーザー名を返します。
   ドメインが <code class="literal">null</code> の場合は
   ユーザー名を返します。ユーザー名も見つからない場合は、
   <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-win32service-rightinfo.get-full-username-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="win32service-rightinfo.construct.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::__construct()</a> - 新しい RightInfo を作成する (未使用)</span></li>
   <li><span class="function"><a href="win32service-rightinfo.get-rights.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getRights()</a> - アクセス権のリストを返す</span></li>
   <li><span class="function"><a href="win32service-rightinfo.is-grant-access.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::isGrantAccess()</a> - RightInfo が、リソースへのアクセス許可に関連している場合、true を返す</span></li>
   <li><span class="function"><a href="win32service-rightinfo.is-deny-access.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::isDenyAccess()</a> - RightInfo がリソースのアクセス拒否に関連しているかを返す</span></li>
   <li><span class="function"><a href="win32service-rightinfo.get-username.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getUsername()</a> - ユーザー名を返す</span></li>
  </ul>
 </div>


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