SourceForge Logo
1.1.7: birthday_today


Description
Function which creates a list of users who are celebrating their birthday today.

Function call
birthday_today();

Input
This function doesn't require parameters

Output
The output is an object:

VarDescription
$result->uidThe ID of the username.
$result->usernameThe username.
$result->ageThe age of the user.

« Previous | Index | Next »