mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
missing word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240967 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbdae5cfd8
commit
d38f741677
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xml:id="function.posix-setegid" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>posix_setegid</refname>
|
||||
|
@ -68,8 +68,10 @@ echo 'My effective group id is '.posix_getegid(); //40
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>posix_getgrgid</function> for information on how
|
||||
to a group id into a useable group name</member>
|
||||
<member>
|
||||
<function>posix_getgrgid</function> for information on how to convert a
|
||||
group id into a useable group name
|
||||
</member>
|
||||
<member><function>posix_getgid</function> get real group id.</member>
|
||||
<member><function>posix_setgid</function> change the effective group
|
||||
id</member>
|
||||
|
|
Loading…
Reference in a new issue