truncate([$table = ''])
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Executes a TRUNCATE statement on a table.
Note
If the database platform in use doesn’t support TRUNCATE, a DELETE statement will be used instead.
Please login to continue.