API17

API17:JUser::bind

From Joomla! Documentation

Joomla 11.1 JUser::bind

Description

Method to bind an associative array of data to a user object.


public function bind (&$array)
Parameter Type Default Description
&$array array $array The associative array to bind to the object
  • Returns boolean True on success
  • Defined on line 495 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples