SourceForge Logo
1.4.5: info_by_uid


Description
Get all data of a specified user.

Function call
info_by_uid ($uid);

Input
ParameterDescription
$uidThe User ID where all data must be returned from.


Output
The output is an object:

VarDescription
$result->uidThe user ID
$result->usernameThe username (the login name)
$result->realnameThe firstname of the user.
$result->emailThe e-mailadress of the user.
$result->homepageThe homepage of the user.
$result->icq_numThe ICQ number (uin) of the user.
$result->phone_numThe phone number of the user.
$result->birthdayThe birthday of the user.
$result->statusThe status of the user (0: Disabled account, 1: Member, 2: Moderator, 3: Administrator)
$result->reg_timestampThe timestamp of registration
$result->occupationThe occupation of the user.
$result->interestsThe interests of the user.
$result->residenceThe location (country/villag/whatever) of the user.
$result->signatureThe users signature (can be displayed in each post).
$result->subtitleThe subtitle of the user.
$result->photo_urlThe photo URL of the user.
$result->antavar_urlThe URl of the user's antavar (usericon).
$result->languageThe language code (ie "en" or "nl").
$result->themeThe theme of the user (ie "ubb" or "simple").
$result->show_daysThe number of days of which topics must be shown.
$result->email_visibleIf "1" the e-mail is visible for other users.
$result->admin_mailIf "1" administrators may send mail to the user.
$result->antavar_enableIf "1" anatvars will be displayed.
$result->num_postsThe number of posts.
$result->last_pidThe last Post of the user.

« Previous | Index | Next »