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)