Skip to content

reference:U deleteUser

Aaron Junker edited this page Apr 10, 2021 · 4 revisions

Function $U->deleteUser(string $Id):bool

Deletes an user with a specific Id.

Argumets

$Id

The id of the user to delete.

Return value

True if deleting the user succedded and False if not.

Example

$U->deleteUser(1);

Clone this wiki locally