PHP mysqli refresh() 函数
定义和用法
refresh() / mysqli_refresh() 函数刷新/清除表或缓存,或重置复制服务器信息。
语法
面向对象风格
$mysqli -> refresh(options)
过程式风格
mysqli_refresh(connection, options)
参数值
参数 | 描述 |
---|---|
connection | 必需。指定要使用的 MySQL 连接 |
options | 要刷新的选项。可以是以下之一或更多(用 OR 分隔)
|
技术细节
返回值 | 成功时为 TRUE。失败时为 FALSE |
---|---|
PHP 版本 | 5.3+ |
❮ PHP mysqli 参考