PHP Интерфейс Inpsyde\MultilingualPress\Database\TableDuplicator

С версии: 3.0.0
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
duplicate_table ( string $existing_table, string $new_table ) : boolean Creates a new table that is an exact duplicate of an existing table.

Описание методов

duplicate_table() публичный метод

Creates a new table that is an exact duplicate of an existing table.
С версии: 3.0.0
public duplicate_table ( string $existing_table, string $new_table ) : boolean
$existing_table string Name of the existing table.
$new_table string Name of the new table.
Результат boolean Whether or not the table was duplicated successfully.