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

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

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

Метод Описание
replace_table ( string $source, string $destination ) : boolean Replaces the content of one table with another table's content.

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

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

Replaces the content of one table with another table's content.
С версии: 3.0.0
public replace_table ( string $source, string $destination ) : boolean
$source string Name of the source table.
$destination string Name of the destination table.
Результат boolean Whether or not the table was replaced successfully.