mysqli::refresh
mysqli_refresh
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli::refresh -- mysqli_refresh — 刷新
说明
面向对象风格
public mysqli::refresh(int
$options
): bool过程化风格
mysqli_refresh(resource
$link
, int $options
): bool刷新表或者缓存,或者重置主从服务器信息。
参数
-
mysql
-
仅以过程化样式:由mysqli_connect() 或 mysqli_init() 返回的 mysqli 对象。
-
options
-
使用 MySQLi 常量 中的 MYSQLI_REFRESH_* 常量作为刷新选项。
参见 MySQL 官方文档: » MySQL Refresh
返回值
成功返回 true
,否则返回 false
。
add a note
User Contributed Notes
There are no user contributed notes for this page.