메소드 | 설명 | |
---|---|---|
all_tables ( ) : string[] | Returns an array with the names of all tables. | |
network_tables ( ) : string[] | Returns an array with the names of all network tables. | |
site_tables ( integer $site_id ) : string[] | Returns an array with the names of all tables for the site with the given ID. |
public all_tables ( ) : string[] | ||
리턴 | string[] | The names of all tables. |
public network_tables ( ) : string[] | ||
리턴 | string[] | The names of all network tables. |
public site_tables ( integer $site_id ) : string[] | ||
$site_id | integer | Site ID. |
리턴 | string[] | The names of all tables for the site with the given ID. |