PHP 인터페이스 Inpsyde\MultilingualPress\Database\TableReplacer

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 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.