
Druckansicht von http://www.php-homepage.de/manual/mysqli.change-user.php
mysqli::change_usermysqli_change_user(PHP 5) mysqli::change_user -- mysqli_change_user — Changes the user of the specified database connection BeschreibungObjektorientierter Stil
bool mysqli::change_user
( string
$user
, string $password
, string $database
)Prozeduraler Stil 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
|