downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mysqli::release_savepoint> <mysqli::reap_async_query
[edit] Last updated: Fri, 17 May 2013

view this page in

mysqli::refresh

mysqli_refresh

(PHP 5 <= 5.3.0)

mysqli::refresh -- mysqli_refreshRefresca

Descripción

Estilo orientado a objetos

public bool mysqli::refresh ( int $options )

Estilo por procedimientos

int mysqli_refresh ( resource $link , int $options )

Vacía las tablas o caches, o restablece la información de replicación de servidores.

Parámetros

link

Sólo estilo por procediminetos: Un identificador de enlace devuelto por mysqli_connect() o mysqli_init()

options

Las opciones para refrescar, utilizando las constantes MYSQLI_REFRESH_* tal como se documenta en las constantes MySQLi.

Ver también la documentiación oficial de » MySQL Refresh

Valores devueltos

TRUE si el refresh fue exitoso, FALSE en caso contrario.

Ver también



add a note add a note User Contributed Notes mysqli::refresh - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites