<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.posix.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.posix-geteuid.php',
    1 => 'posix_geteuid',
    2 => 'Restituisce l\'ID dell\'utente per il processo corrente',
  ),
  'up' => 
  array (
    0 => 'ref.posix.php',
    1 => 'POSIX Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.posix-getegid.php',
    1 => 'posix_getegid',
  ),
  'next' => 
  array (
    0 => 'function.posix-getgid.php',
    1 => 'posix_getgid',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/posix/functions/posix-geteuid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.posix-geteuid" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">posix_geteuid</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">posix_geteuid</span> &mdash; <span class="dc-title">
     Restituisce l&#039;ID dell&#039;utente per il processo corrente
    </span></p>

   </div>
   <div class="refsect1 unknown-892" id="refsect1-function.posix-geteuid-unknown-892">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>posix_geteuid</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     Restituisce il valore numerico dell&#039;ID dell&#039;utente per il processo corrente.
     Vedere <span class="function"><a href="function.posix-getpwuid.php" class="function">posix_getpwuid()</a></span> per maggiori dettagli su come
     convertire il numero nel nome dell&#039;utente.
    </p>
   </div>

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