PHP mysqli_refresh() Function
Definition and Usage
The mysqli_refresh() function refreshes tables or caches, or resets the replication server information.
Syntax
mysqli_refresh(connection,options);
Parameter | Description |
---|---|
connection | Required. Specifies the MySQL connection to use |
options | The options to refresh. Can be one of more of the following (separated by OR):
|
Technical Details
Return Value: | TRUE on success. FALSE on failure |
---|---|
PHP Version: | 5.3+ |
❮ PHP mysqli Reference