PHP » GoLang |
login |
register |
about
|
GoLang mysqli::change_user
request it (488)
GoLang replacement for PHP's mysqli::change_user
[edit | history]
mysqli::change_usermysqli_change_user(PHP 5, PHP 7) mysqli::change_user -- mysqli_change_user — Changes the user of the specified database connection DescriptionObject oriented style
bool mysqli::change_user
( string
$user
, string $password
, string $database
)Procedural style Changes the user of the specified database connection and sets the current database.
In order to successfully change users a valid Parameters
Return Values
Returns Notes
ExamplesExample #1 mysqli::change_user() example Object oriented style
<?php Procedural style
<?php The above examples will output: Default database: world Value of variable a is NULL See Also
|
more
Recently updated
more
Most requested
more
Last requests
|