CACHE_PREFIX
CACHE_PREFIX
Cache prefix.
The Horde_Group_File class provides an implementation of the Horde group system for integration with /etc/group or a custom group file.
File format is:
group_name:encrypted_passwd:GID:user_list
encrypted_passwd is 'x' if shadow is used, user_list is comma separated Note: the gid is normally the group name. See 'use_gid' parameter.
setData(mixed $gid, array|string $attribute, string $value = null)
Sets one or more attributes of a group.
mixed | $gid | A group ID. |
array|string | $attribute | An attribute name or a hash of attributes. |
string | $value | An attribute value if $attribute is a string. |
_setData(mixed $gid, array|string $attribute, string $value = null)
Sets one or more attributes of a group.
mixed | $gid | A group ID. |
array|string | $attribute | An attribute name or a hash of attributes. |
string | $value | An attribute value if $attribute is a string. |