Function Database_super_sqlserver->default_password

Definitions

sources/database/shared/sqlserver.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