API17

API17:JUserHelper::removeUserFromGroup

From Joomla! Documentation

Joomla 11.1 JUserHelper::removeUserFromGroup

Description

Method to remove a user from a group.


public static function removeUserFromGroup (
        $userId
        $groupId
)
Parameter Type Default Description
$userId integer The id of the user.
$groupId integer The id of the group.
  • Returns mixed Boolean true on success, on error.
  • Defined on line 107 of libraries/joomla/user/helper.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples