略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: mysqli::refresh

2024-05-05

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 noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/mysqli.refresh.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3