API17

API17:JUser::save

From Joomla! Documentation

Joomla 11.1 JUser::save

Description

Method to save the object to the database.


public function save ($updateOnly=false)
Parameter Type Default Description
$updateOnly boolean false Save the object only if not a new user
  • Returns boolean True on success
  • Defined on line 595 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples