drop_table($table_name[, $if_exists = FALSE])
| Parameters: |
|
|---|---|
| Returns: |
TRUE on success, FALSE on failure |
| Return type: |
bool |
Drops a table. Usage: See Dropping a table.
drop_table($table_name[, $if_exists = FALSE])
| Parameters: |
|
|---|---|
| Returns: |
TRUE on success, FALSE on failure |
| Return type: |
bool |
Drops a table. Usage: See Dropping a table.
Please login to continue.