CDBResult CUser::Delete( int id )
The method Delete deletes a user and returns an instance of the CDBResult class.
| Parameter | Description |
|---|---|
| id | The user ID. |
<? if (CUser::Delete(1)) echo "User deleted."; ?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |