goba            Sun Nov 11 07:40:26 2001 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  Documenting the getmygid function, linking it in to the
  several see also parts...
  
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.74 phpdoc/en/functions/info.xml:1.75
--- phpdoc/en/functions/info.xml:1.74   Sun Nov 11 07:32:04 2001
+++ phpdoc/en/functions/info.xml        Sun Nov 11 07:40:25 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.74 $ -->
+<!-- $Revision: 1.75 $ -->
  <reference id="ref.info">
   <title>PHP options &amp; information</title>
   <titleabbrev>PHP options/info</titleabbrev>
@@ -322,7 +322,9 @@
     </simpara>
     <simpara>
      See also <function>getmyuid</function>,
-     <function>getmypid</function>, <function>getmyinode</function>,
+     <function>getmygid</function>,
+     <function>getmypid</function>,
+     <function>getmyinode</function>,
      and <function>getlastmod</function>.
     </simpara>
    </refsect1>
@@ -422,6 +424,32 @@
    </refsect1>
   </refentry>
 
+  <refentry id="function.getmygid">
+   <refnamediv>
+    <refname>getmygid</refname>
+    <refpurpose>Get PHP script owner's GID</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>int <function>getmygid</function></funcdef>
+      <void/>
+     </funcprototype>
+    </funcsynopsis>
+    <simpara>
+     Returns the group ID of the current script, or &false; on error.
+    </simpara>
+    <simpara>
+     See also <function>getmyuid</function>,
+     <function>getmypid</function>,
+     <function>get_current_user</function>,
+     <function>getmyinode</function>, and
+     <function>getlastmod</function>.
+    </simpara>
+   </refsect1>
+  </refentry>
+
   <refentry id="function.get-included-files">
    <refnamediv>
     <refname>get_included_files</refname>
@@ -636,6 +664,7 @@
     <para>
      See alse <function>date</function>,
      <function>getmyuid</function>,
+     <function>getmygid</function>,
      <function>get_current_user</function>,
      <function>getmyinode</function>, and
      <function>getmypid</function>.
@@ -660,7 +689,8 @@
      Returns the current script's inode, or &false; on error.
     </para>
     <para>
-     See also <function>getmyuid</function>,
+     See also <function>getmygid</function>,
+     <function>getmyuid</function>,
      <function>get_current_user</function>,
      <function>getmypid</function>, and
      <function>getlastmod</function>.
@@ -693,7 +723,8 @@
      </para>
     </warning>
     <para>
-     See also <function>getmyuid</function>,
+     See also <function>getmygid</function>,
+     <function>getmyuid</function>,
      <function>get_current_user</function>,
      <function>getmyinode</function>, and
      <function>getlastmod</function>.
@@ -718,7 +749,8 @@
      Returns the user ID of the current script, or &false; on error.
     </simpara>
     <simpara>
-     See also <function>getmypid</function>,
+     See also <function>getmygid</function>,
+     <function>getmypid</function>,
      <function>get_current_user</function>,
      <function>getmyinode</function>, and
      <function>getlastmod</function>.


Reply via email to