Function __global->get_db_site_password

Definitions

sources/database.php

  • Get the database password.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The database password
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the database password.
 *
 * @return string The database password
 */

function get_db_site_password() : string