| 
 | wincache_ucache_casCompares the variable with old value and assigns new value to it Description
   bool wincache_ucache_cas
    ( string  $key, int$old_value, int$new_value)
   Compares the variable associated with the  Parameters
 
 Return Values
   Returns  Examples
 Example #1 Using wincache_ucache_cas 
<?phpThe above example will output: bool(true) int(1) See Also
 
 |