deleteUser
The deleteUser function is used for deleting a User Account
bool
deleteUser
(int $id, [bool $delete = false])
-
int
$id: User_ID to delete (will not remove User_ID 0)
-
bool
$delete: If set to TRUE, then all of the User's Blog entries, favorites, fans and images are removed as well.
|