PHP mysqli_refresh() 函數
PHP mysqli_refresh() 函數
定義和用法
mysqli_refresh() 函數刷新表或緩存,或者重置復制服務器信息。
語法
mysqli_refresh(connection,options);
參數 | 描述 |
---|---|
connection | 必需。規定要使用的 MySQL 連接。 |
options | 要刷新的選項。可以是下列中的一個或多個(用 OR 分隔):
|
技術細節
返回值: | 如果成功則返回 TRUE,如果失敗則返回 FALSE。 |
---|---|
PHP 版本: | 5.3+ |

相關文章
- 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 函數