PHP mysqli_refresh() 函數(shù)
PHP mysqli_refresh() 函數(shù)
定義和用法
mysqli_refresh() 函數(shù)刷新表或緩存,或者重置復(fù)制服務(wù)器信息。
語法
mysqli_refresh(connection,options);
參數(shù) | 描述 |
---|---|
connection | 必需。規(guī)定要使用的 MySQL 連接。 |
options | 要刷新的選項(xiàng)??梢允窍铝兄械囊粋€(gè)或多個(gè)(用 OR 分隔):
|
技術(shù)細(xì)節(jié)
返回值: | 如果成功則返回 TRUE,如果失敗則返回 FALSE。 |
---|---|
PHP 版本: | 5.3+ |

相關(guān)文章
- PHP EOF(heredoc) 使用說明
- PHP While 循環(huán)
- PHP 函數(shù)
- PHP 命名空間 namespace
- PHP 面向?qū)ο?/a>
- PHP 文件上傳
- PHP 高級(jí)過濾器
- PHP array_diff() 函數(shù)
- PHP array_pop() 函數(shù)
- PHP array_reverse() 函數(shù)
- PHP array_shift() 函數(shù)
- PHP array_splice() 函數(shù)
- PHP array_udiff_uassoc() 函數(shù)
- PHP arsort() 函數(shù)
- PHP key() 函數(shù)
- PHP natsort() 函數(shù)
- PHP pos() 函數(shù)
- PHP uasort() 函數(shù)
- PHP uksort() 函數(shù)
- PHP 5 Array 函數(shù)