mysqli_stmt_close
mysqli_stmt::close -- mysqli_stmt_close —关闭prepared statement
面向对象写法:
bool mysqli_stmt::close ( void )
面向过程:
bool mysqli_stmt_close ( mysqli_stmt $stmt
)
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 626 位童鞋阅读过。
mysqli_stmt::close -- mysqli_stmt_close —关闭prepared statement
面向对象写法:
bool mysqli_stmt::close ( void )
面向过程:
bool mysqli_stmt_close ( mysqli_stmt $stmt
)
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 626 位童鞋阅读过。
此处评论已关闭