Function Forum_driver_vb3->check_db
Definitions
sources/forum/vb3.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