Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 224 Bytes

truncate.md

File metadata and controls

18 lines (12 loc) · 224 Bytes

清空数据.truncate

函数原型

清空成功后,本方法无返回。

public function truncate($bFlag = false);

用法如下

# TRUNCATE TABLE `test`
Db::table('test')->

truncate();