PHP Doku:: Flush all cache contents - function.mysqlnd_qc_clear_cache.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMysqlnd query result cache pluginmysqlnd_qc Funktionenmysqlnd_qc_clear_cache

Ein Service von Reinhard Neidl - Webprogrammierung.

mysqlnd_qc Funktionen

<<mysqlnd_qc_change_handler

mysqlnd_qc_get_cache_info>>

mysqlnd_qc_clear_cache

(No version information available, might only be in SVN)

mysqlnd_qc_clear_cacheFlush all cache contents

Beschreibung

bool mysqlnd_qc_clear_cache ( void )

Flush all cache contents.

Flushing the cache is a storage handler responsibility. All built-in storage handler but the memcache storage handler support flushing the cache. The memcache storage handler cannot flush its cache contents.

User-defined storage handler may or may not support the operation.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

A return value of FALSE indicates that flushing all cache contents has failed or the operation is not supported by the active storage handler. Applications must not expect that calling the function will always flush the cache.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)