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

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