|
maxdb_change_usermaxdb::change_userChanges the user of the specified database connection BeschreibungProzeduraler Stil
bool maxdb_change_user
( resource
$link
, string $user
, string $password
, string $database
)Objektorientierter Stil
bool maxdb::change_user
( string
$user
, string $password
, string $database
)
maxdb_change_user is used to change the user of the specified
database connection as given by the
In order to successfully change users a valid
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Result: a Database running Siehe auch
|