<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'win32service-rightinfo.get-full-username.php',
    1 => 'Win32Service\\RightInfo::getFullUsername',
    2 => 'Return the domain and username',
  ),
  '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' => 'en',
    '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">Return the domain and username</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-win32service-rightinfo.get-full-username-description">
  <h3 class="title">Description</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">
   Return the domain and username separated by anti-slash <code class="literal">\</code>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-win32service-rightinfo.get-full-username-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-win32service-rightinfo.get-full-username-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Return the domain and username or username if domain is <code class="literal">null</code> or <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> if no username found.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-win32service-rightinfo.get-full-username-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="win32service-rightinfo.construct.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::__construct()</a> - Create a new RightInfo (not used)</span></li>
   <li><span class="function"><a href="win32service-rightinfo.get-rights.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getRights()</a> - Return the rights list</span></li>
   <li><span class="function"><a href="win32service-rightinfo.is-grant-access.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::isGrantAccess()</a> - Return true if the RightInfo concern grants access to the resource</span></li>
   <li><span class="function"><a href="win32service-rightinfo.is-deny-access.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::isDenyAccess()</a> - Return true if the RightInfo concerns deny access to the resource</span></li>
   <li><span class="function"><a href="win32service-rightinfo.get-username.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getUsername()</a> - Return the username</span></li>
  </ul>
 </div>


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