Information
home
the faq
screenshots
theme factory
the developers
live demo
Download
Stable
Unstable
Browse the CVS
Development
Database design
API reference
Theme devlopment
1.5.1: username_to_uid
Description
This functions converts an username to the corresponding user ID:
Function call
username_to_uid ($username);
Input
The function of the parameters is:
Parameter
Description
$username
The username of the user.
Output
The output is an uid:
Var
Description
$row->uid
the user ID of the user.
« Previous
|
Index
|
Next »