API17

API17:JUser::load

From Joomla! Documentation

Joomla 11.1 JUser::load

Description

Method to load a object by user id number.


public function load ($id)
Parameter Type Default Description
$id mixed The user id of the user to load
  • Returns boolean True on success
  • Defined on line 743 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples