|
mysqli::change_usermysqli_change_userChanges the user of the specified database connection BeschreibungObjektorientierter Stil
bool mysqli::change_user
( string
$user
, string $password
, string $database
)Prozeduraler Stil
bool mysqli_change_user
( mysqli
$link
, string $user
, string $password
, string $database
)Changes the user of the specified database connection and sets the current database.
In order to successfully change users a valid Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Anmerkungen
BeispieleBeispiel #1 mysqli::change_user example Objektorientierter Stil
<?phpProzeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: Default database: world Value of variable a is NULL Siehe auch
|