|
maxdb_change_usermaxdb::change_userChanges the user of the specified database connection DescriptionProcedural style
bool maxdb_change_user
( resource
$link
, string $user
, string $password
, string $database
)Object oriented style
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
Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Result: a Database running See Also
|