Function Forum_driver_smf2->check_db

Definitions

sources/forum/smf2.php

  • Check the connected DB is valid for this forum driver.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it is valid
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Check the connected DB is valid for this forum driver.
 *
 * @return boolean Whether it is valid
 */

public function check_db() : bool