PHP mysqli_refresh() 函数
PHP mysqli_refresh() 函数
定义和用法
mysqli_refresh() 函数刷新表或缓存,或者重置复制服务器信息。
语法
mysqli_refresh(connection,options);
参数 | 描述 |
---|---|
connection | 必需。规定要使用的 MySQL 连接。 |
options | 要刷新的选项。可以是下列中的一个或多个(用 OR 分隔):
|
技术细节
返回值: | 如果成功则返回 TRUE,如果失败则返回 FALSE。 |
---|---|
PHP 版本: | 5.3+ |
PHP mysqli 参考手册
相关文章
- PHP EOF(heredoc) 使用说明
- PHP While 循环
- PHP 函数
- PHP 命名空间 namespace
- PHP 面向对象
- PHP 文件上传
- PHP 高级过滤器
- PHP array_diff() 函数
- PHP array_pop() 函数
- PHP array_reverse() 函数
- PHP array_shift() 函数
- PHP array_splice() 函数
- PHP array_udiff_uassoc() 函数
- PHP arsort() 函数
- PHP key() 函数
- PHP natsort() 函数
- PHP pos() 函数
- PHP uasort() 函数
- PHP uksort() 函数
- PHP 5 Array 函数