GoLang mysqli_get_cache_stats

request it (189)
GoLang replacement for PHP's mysqli_get_cache_stats [edit | history]



Do you know a GoLang replacement for PHP's mysqli_get_cache_stats? Write it!

PHP mysqli_get_cache_stats

PHP original manual for mysqli_get_cache_stats [ show | php.net ]

mysqli_get_cache_stats

(PHP 5 >= 5.3.0 and < 5.4.0)

mysqli_get_cache_statsReturns client Zval cache statistics

Warning

This function has been REMOVED as of PHP 5.4.0.

Description

array mysqli_get_cache_stats ( void )

Returns an empty array. Available only with mysqlnd.

Parameters

Return Values

Returns an empty array on success, FALSE otherwise.

Changelog

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