- Namespace: Global
- Overloads:
- Set: Updates the Member recursively
$User->name = 'bar'; // Also updates the username in the database
- Exceptions:
- Exception with String description
Name
|
type
|
Description
|
Example
|
id
|
int(11)
|
unique user id
|
6
|
name
|
varchar(32)
|
unique user name
|
peppy
|
mail
|
varchar(64)
|
user email address
|
[email protected]
|
discord
|
varchar(64)
|
user discord tag
|
peppy#1337
|
website
|
varchar(64)
|
user custom url
|
https://ppy.sh
|
permissions
|
int(11)
|
user permissions
|
over 9000
|
time_registered
|
DATETIME
|
user registration date + time
|
2007-01-31 00:00:00
|
userpage
|
TEXT
|
custom (markdown) userpage content
|
Hello this is my [[//ppy.sh|homepage]]
|
mirror
|
varchar(64)
|
url to beatmap mirror
|
https://storage.ripple.moe/d/{set}{novideo}
|