wincache_ucache_inc

(PECL wincache >= 1.1.0)

wincache_ucache_inc Increments the value associated with the key

Beschreibung

wincache_ucache_inc(string $key, int $inc_by = 1, bool &$success = ?): mixed

Increments the value associated with the key by 1 or as specified by inc_by.

Parameter-Liste

key

The key that was used to store the variable in the cache. key is case sensitive.

inc_by

The value by which the variable associated with the key will get incremented. If the argument is a floating point number it will be truncated to nearest integer. The variable associated with the key should be of type long, otherwise the function fails and returns false.

success

Will be set to true on success and false on failure.

Rückgabewerte

Returns the incremented value on success and false on failure.

Beispiele

Beispiel #1 Using wincache_ucache_inc()

<?php
wincache_ucache_set
('counter'1);
var_dump(wincache_ucache_inc('counter'2921$success));
var_dump($success);
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

int(2922) 
bool(true)

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

Suche Netzwerktechnik Großhändler

Ja, da kann ich dir helfen! Ich habe gute Erfahrungen mit gemacht. Sie bieten ein großes Sortiment an hochwertiger Netzwerkausrüstung und einen ...

Geschrieben von urielvalerie am 29.04.2025 15:28:21
Forum: Ankündigungen
Keine Moderation?

I think the site you mentioned is no longer actively managed, as there is a lot of spam, outdated PHP scripts, and broken links without any cleanu ...

Geschrieben von rogerwarner219 am 29.04.2025 12:30:22
Forum: Fragen/Vorschläge zum Forum
Kontakt über API anlegen per PHP

Hallo zusammen, ich versuche gerade einen Kontakt über eine API per PHP anzulegen. Aber irgendwie komme ich nicht weiter und kann den Fehler nich ...

Geschrieben von chaos8383 am 29.04.2025 08:49:19
Forum: PHP Developer Forum