<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'win32service-rightinfo.get-username.php',
    1 => 'Win32Service\\RightInfo::getUsername',
    2 => 'Return the username',
  ),
  'up' => 
  array (
    0 => 'class.win32service-rightinfo.php',
    1 => 'Win32Service\\RightInfo',
  ),
  'prev' => 
  array (
    0 => 'win32service-rightinfo.get-rights.php',
    1 => 'Win32Service\\RightInfo::getRights',
  ),
  'next' => 
  array (
    0 => 'win32service-rightinfo.is-deny-access.php',
    1 => 'Win32Service\\RightInfo::isDenyAccess',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/win32service/rightinfo/get-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-username" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Win32Service\RightInfo::getUsername</h1>
  <p class="verinfo">(PECL win32service &gt;=1.1.0)</p><p class="refpurpose"><span class="refname">Win32Service\RightInfo::getUsername</span> &mdash; <span class="dc-title">Return the username</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-win32service-rightinfo.get-username-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><strong>Win32Service\RightInfo::getUsername</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 username.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-win32service-rightinfo.get-username-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-win32service-rightinfo.get-username-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Return the username name or GUID if resolve fail.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-win32service-rightinfo.get-username-seealso">
  <h3 class="title">Vedere anche:</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-full-username.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getFullUsername()</a> - Return the domain and username</span></li>
   <li><span class="function"><a href="win32service-rightinfo.get-domain.php" class="function" rel="rdfs-seeAlso">Win32Service\RightInfo::getDomain()</a> - Return the user's domain</span></li>
  </ul>
 </div>


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