Vai al codice sorgente di questo file.
Variabili | |
| global | $showtable |
| global | $tbl_is_view |
| global | $tbl_type |
| global | $show_comment |
| global | $tbl_collation |
| global | $table_info_num_rows |
| global | $auto_increment |
| $table_info_result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';', NULL, PMA_DBI_QUERY_STORE) | |
| $tbl_collation = empty($showtable['Collation']) ? '' : $showtable['Collation'] | |
| $table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0) | |
| $auto_increment = (isset($showtable['Auto_increment']) ? $showtable['Auto_increment'] : '') | |
| $tmp = isset($showtable['Create_options']) ? explode(' ', $showtable['Create_options']) : array() | |
| $tmp_cnt = count($tmp) | |
|
|
Definizione alla linea 57 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Defining global variables, in case this script is included by a function. This is necessary because this script can be included by header.inc.php. Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 56 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 29 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 55 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 17 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 59 del file tbl_properties_table_info.php. |
|
|
Definizione alla linea 60 del file tbl_properties_table_info.php. |
1.4.6