update : 2015.11.03
php.shukuma.com검색:
|
mysqlnd_qc_set_user_handlers(PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_set_user_handlers — Sets the callback functions for a user-defined procedural storage handler 설명
bool
mysqlnd_qc_set_user_handlers
(
string
$get_hash
,
string
$find_query_in_cache
,
string
$return_to_cache
,
string
$add_query_to_cache_if_not_exists
,
string
$query_is_select
,
string
$update_query_run_time_stats
,
string
$get_stats
,
string
$clear_cache
)Sets the callback functions for a user-defined procedural storage handler. 인수
반환값Returns TRUE on success or FALSE on FAILURE. |