diff --git a/appendices/migration52.xml b/appendices/migration52.xml index de2c7013d4..833ff6e87e 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -953,7 +953,7 @@ $obj->getCommentName(''); - bool posix_initgroups(string name, int base_group_id) + posix-initgroups - Calculate the group access list for the user specified in name diff --git a/reference/posix/functions/posix-initgroups.xml b/reference/posix/functions/posix-initgroups.xml new file mode 100644 index 0000000000..63c4d411d5 --- /dev/null +++ b/reference/posix/functions/posix-initgroups.xml @@ -0,0 +1,83 @@ + + + + + posix_initgroups + Calculate the group access list + + + + &reftitle.description; + + boolposix_initgroups + stringname + intbase_group_id + + + Calculates the group access list for the user specified in name. + + + + + &reftitle.parameters; + + + + firstparameter + + + The user to calculate the list for. + + + + + base_group_id + + + Typically the group number from the password file. + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.seealso; + + + The Unix manual page for initgroups(3). + + + + + + + +