PHP » GoLang |
login |
register |
about
|
GoLang wincache_ucache_cas
request it (312)
GoLang replacement for PHP's wincache_ucache_cas
[edit | history]
wincache_ucache_cas(PECL wincache >= 1.1.0) wincache_ucache_cas — Compares 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()
<?php The above example will output: bool(true) int(1) See Also
|
more
Recently updated
more
Most requested
|