createGroup

Description

Create a group.

Parameters

Return Type

Boolean (true/false)

Returns true if a certain group was successfully created.

Example

Create a group.

createGroup("creative-users");

If the routine returns false, it doesn't mean that a group wasn't created. It just means that the group already exists.

See also