|
wincache_ucache_casCompares the variable with old value and assigns new value to it Beschreibung
bool wincache_ucache_cas
( string
$key
, int $old_value
, int $new_value
)
Compares the variable associated with the Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Using wincache_ucache_cas
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) int(1) Siehe auch
|