SourceForge Logo
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:

ParameterDescription
$usernameThe username of the user.


Output
The output is an uid:

VarDescription
$row->uidthe user ID of the user.

« Previous | Index | Next »