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.

설명

array mysqli_get_cache_stats ( void )

Returns an empty array. mysqlnd에서만 사용할 수 있습니다.

인수

반환값

Returns an empty array on success, FALSE otherwise.

변경점

버전 설명
5.4.0 The mysqli_get_cache_stats() was removed.
5.3.0 The mysqli_get_cache_stats() was added as stub.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top