method getCurrent documentation in bbn\Db\Engines

Returns the current database selected by the current connection.

function() { /** * Returns the host of the current connection. * * @return string|null */ public function getHost(): ?string; /** * @return string */ public function getConnectionCode(); /** * Return the last config for this connection. * * @return array|null */ public function getLastCfg(): ?array; /** * @param array $cfg The user's options * @return array|null The final configuration */ }

Returns the current database selected by the current connection. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.