API17:JTableUser::delete
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableUser::delete
Description
Method to delete a user, user groups, and any other necessary data from the database.
Description:JTableUser::delete [Edit Descripton]
public function delete ($userId=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $userId | integer | null | An optional user id. |
- Returns boolean True on success, false on failure.
- Defined on line 314 of libraries/joomla/database/table/user.php
- Since
See also
-
JTableUser::delete source code on BitBucket
-
Class JTableUser
-
Subpackage Database
- Other versions of JTableUser::delete
SeeAlso:JTableUser::delete [Edit See Also]
User contributed notes
<CodeExamplesForm />
