Function Forum_driver_mybb->check_db
Definitions
sources/forum/mybb.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
* Check the connected DB is valid for this forum driver.
*
* @return boolean Whether it is valid
*/
public function check_db() : bool