For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2007 > cvs: phpdoc /en/reference/posix/functions posix-geteuid.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/posix/functions posix-geteuid.xml
Martin Samesch

2007-08-06, 7:00 pm

samesch Mon Aug 6 12:30:06 2007 UTC

Modified files:
/phpdoc/en/reference/posix/functions posix-geteuid.xml
Log:
Fixed structure of refsects; trailing WS

http://cvs.php.net/viewvc.cgi/phpdo...8&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-geteuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.7 phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.7 Wed Jun 20 22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-geteuid.xml Mon Aug 6 12:30:06 2007
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.posix-geteuid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>posix_geteuid</refname>
<refpurpose>Return the effective user ID of the current process</refpurpose>
</refnamediv>
-
+
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
@@ -18,14 +18,21 @@
to convert this into a useable username.
</para>
</refsect1>
-
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the user id, as an <type>integer</type>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>posix_geteuid</function> example</title>
<para>This example will show the current user id then set the
- effective user id to a separate id using
+ effective user id to a separate id using
<function>posix_seteuid</function>, then show the difference between
the real id and the effective id.</para>
<programlisting role="php">
@@ -42,13 +49,6 @@
</example>
</para>
</refsect1>
-
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- Returns the user id, as an <type>integer</type>
- </para>
- </refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com