mysqli_refresh(3) php man page | unix.com

Man Page: mysqli_refresh

Operating Environment: php

Section: 3

MYSQLI_REFRESH(3)							 1							 MYSQLI_REFRESH(3)

mysqli::refresh - Refreshes

       Object oriented style

SYNOPSIS
public bool mysqli::refresh (int $options)
DESCRIPTION
Procedural style int mysqli_refresh (resource $link, int $options) Flushes tables or caches, or resets the replication server information.
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3) o $options - The options to refresh, using the MYSQLI_REFRESH_* constants as documented within the MySQLi constants documentation. See also the official MySQL Refresh documentation.
RETURN VALUES
TRUE if the refresh was a success, otherwise FALSE
SEE ALSO
mysqli_poll(3). PHP Documentation Group MYSQLI_REFRESH(3)
Related Man Pages
mysqli_error(3) - php
mysqli_init(3) - php
mysqli_get_proto_info(3) - php
mysqli_next_result(3) - php
mysqli_set_charset(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun