Grants Super Admin privileges.
$user_id
Sortie :
@param int $user_id ID of the user to be granted Super Admin privileges. @return bool True on success, false on failure. This can fail when the user is
// Utilisation de la fonction grant_super_admin
$result = grant_super_admin($user_id);
if ($result) {
// Votre logique ici
}
Chargement des actualités...