(PHP 5 >= 5.3.0, PHP 7)
Clears all current bound parameters
public bool SQLite3Stmt::clear ( void )
Clears all current bound parameters.
Returns:
Returns TRUE
on successful clearing of bound parameters, FALSE
on failure.
Please login to continue.