Function Database_super_sqlserver->default_user
Definitions
sources/database/shared/sqlserver.php
- Get the default user for making db connections (used by the installer as a default).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The default user for db connections
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the default user for making db connections (used by the installer as a default).
*
* @return string The default user for db connections
*/
public function default_user() : string
* Get the default user for making db connections (used by the installer as a default).
*
* @return string The default user for db connections
*/
public function default_user() : string