PHP » GoLang |
login |
register |
about
|
GoLang maxdb_change_user
request it (363)
GoLang replacement for PHP's maxdb_change_user
[edit | history]
maxdb_change_usermaxdb::change_user(PECL maxdb >= 1.0) maxdb_change_user -- maxdb::change_user — Changes 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
|
more
Recently updated
more
Most requested
more
Last requests
|