Function __global->get_db_type

Definitions

sources/database.php

  • Get the type of database installed, such as MySQL, or Oracle.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

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

Preview

Code (PHP)

/**
 * Get the type of database installed, such as MySQL, or Oracle.
 *
 * @return string The database type
 */

function get_db_type() : string