| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
mysqlnd_qc_set_cache_condition(PECL mysqlnd_qc >= 1.1.0) mysqlnd_qc_set_cache_condition — Set conditions for automatic caching 설명
   bool 
   mysqlnd_qc_set_cache_condition
    ( 
    int
      
  $condition_type
   
   , 
    mixed
     $condition
   
   , 
    mixed
     $condition_option
   
   )Sets a condition for automatic caching of statements which do not contain the necessary SQL hints to enable caching of them. 인수
 예제Example #1 mysqlnd_qc_set_cache_condition() example 
<?php반환값Returns TRUE on success or FALSE on FAILURE.  |