PHP mysqli_refresh() 函数
PHP 教程
· 2019-01-28 11:11:59
定义和用法
mysqli_refresh() 函数刷新表或缓存,或者重置复制服务器信息。
语法
mysqli_refresh(connection,options);
参数 | 描述 |
---|---|
connection | 必需。规定要使用的 MySQL 连接。 |
options | 要刷新的选项。可以是下列中的一个或多个(用 OR 分隔):
|
技术细节
返回值: | 如果成功则返回 TRUE,如果失败则返回 FALSE。 |
---|---|
PHP 版本: | 5.3+ |
点击查看所有 PHP 教程 文章: https://www.codercto.com/courses/l/5.html
Designing with Web Standards (2nd Edition)
Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99
Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!