SQLite3Stmt::clear
SQLite3Stmt::clear
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::clear - 清除所有当前的绑定参数
描述
public bool SQLite3Stmt::clear ( void )
清除所有当前绑定的参数。
参数
该函数没有参数。
返回值
在成功清除绑定参数返回TRUE
,失败时返回FALSE
。
← SQLite3Stmt::bindValue
SQLite3Stmt::close →
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::clear - 清除所有当前的绑定参数
public bool SQLite3Stmt::clear ( void )
清除所有当前绑定的参数。
该函数没有参数。
在成功清除绑定参数返回TRUE
,失败时返回FALSE
。
← SQLite3Stmt::bindValue
SQLite3Stmt::close →