create_table($table[, $if_not_exists = FALSE[, array $attributes = array()]])
| Parameters: |
|
|---|---|
| Returns: |
TRUE on success, FALSE on failure |
| Return type: |
bool |
Creates a new table. Usage: See Creating a table.
create_table($table[, $if_not_exists = FALSE[, array $attributes = array()]])
| Parameters: |
|
|---|---|
| Returns: |
TRUE on success, FALSE on failure |
| Return type: |
bool |
Creates a new table. Usage: See Creating a table.
Please login to continue.