LDLMS_DB::get_tables( string $table_section = '', boolean $return_sections = false )
Get an array of all custom tables.
Description #
Parameters #
- $table_section
-
(string) (Optional) Table section prefix.
Default value: ''
- $return_sections
-
(boolean) (Optional) Default false returns flat array. True to return table names array with sections.
Default value: false
Return #
(array) of table names.
Source #
Changelog #
Version | Description |
---|---|
2.6.0 | Introduced. |