Function __global->get_db_keywords
Definitions
sources/database_helper.php
- Returns a list of keywords for all databases we might some day support.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- List of pairs
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns a list of keywords for all databases we might some day support.
*
* @return array List of pairs
*/
function get_db_keywords() : array
* Returns a list of keywords for all databases we might some day support.
*
* @return array List of pairs
*/
function get_db_keywords() : array

