Source of: /manual/en/function.getmyuid.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.info.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.getmyuid.php',
1 => 'getmyuid',
),
'up' =>
array (
0 => 'ref.info.php',
1 => 'PHP Options/Info Functions',
),
'prev' =>
array (
0 => 'function.getmypid.php',
1 => 'getmypid',
),
'next' =>
array (
0 => 'function.getopt.php',
1 => 'getopt',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.getmyuid" class="refentry">
<div class="refnamediv">
<h1 class="refname">getmyuid</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">getmyuid</span> — <span class="dc-title">Gets PHP script owner's UID</span></p>
</div>
<a name="function.getmyuid.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">int</span> <span class="methodname"><b>getmyuid</b></span>
( <span class="methodparam">void</span>
)</div>
<p class="simpara">
Gets the user ID of the current script.
</p>
</div>
<a name="function.getmyuid.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns the user ID of the current script, or <b><tt class="constant">FALSE</tt></b> on error.
</p>
</div>
<a name="function.getmyuid.seealso"></a><div class="refsect1 seealso">
<h3 class="title">See Also</h3>
<p class="para">
</p><ul class="simplelist">
<li class="member"><a href="function.getmygid.php" class="function" rel="rdfs-seeAlso">getmygid()</a> - Get PHP script owner's GID</li>
<li class="member"><a href="function.getmypid.php" class="function" rel="rdfs-seeAlso">getmypid()</a> - Gets PHP's process ID</li>
<li class="member"><a href="function.get-current-user.php" class="function" rel="rdfs-seeAlso">get_current_user()</a> - Gets the name of the owner of the current PHP script</li>
<li class="member"><a href="function.getmyinode.php" class="function" rel="rdfs-seeAlso">getmyinode()</a> - Gets the inode of the current script</li>
<li class="member"><a href="function.getlastmod.php" class="function" rel="rdfs-seeAlso">getlastmod()</a> - Gets time of last page modification</li>
</ul><p>
</p>
</div>
</div><?php manual_footer(); ?>