Function Database_Static_ibm->default_password
Definitions
sources/database/ibm.php
- Get the default password 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 password for db connections
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the default password for making db connections (used by the installer as a default).
*
* @return string The default password for db connections
*/
public function default_password() : string
* Get the default password for making db connections (used by the installer as a default).
*
* @return string The default password for db connections
*/
public function default_password() : string