Query: mysqli_refresh
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_REFRESH(3) 1 MYSQLI_REFRESH(3) mysqli::refresh - Refreshes Object oriented styleSYNOPSISpublic bool mysqli::refresh (int $options)DESCRIPTIONProcedural style int mysqli_refresh (resource $link, int $options) Flushes tables or caches, or resets the replication server information.PARAMETERSo $ 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 VALUESTRUE if the refresh was a success, otherwise FALSESEE ALSOmysqli_poll(3). PHP Documentation Group MYSQLI_REFRESH(3)