Aliase und veraltete MySQLi Funktionen
PHP Manual

mysqli_get_cache_stats

(PHP 5 >= 5.3.0 and < 5.4.0)

mysqli_get_cache_statsReturns client Zval cache statistics

Warnung

This function has been REMOVED as of PHP 5.4.0.

Beschreibung

array mysqli_get_cache_stats ( void )

Returns an empty array. Nur in mysqlnd verfügbar.

Parameter-Liste

Rückgabewerte

Returns an empty array on success, FALSE otherwise.

Changelog

Version Beschreibung
5.4.0 The mysqli_get_cache_stats() was removed.
5.3.0 The mysqli_get_cache_stats() was added as stub.


Aliase und veraltete MySQLi Funktionen
PHP Manual