PHP 8.3.4 Released!

APCUIterator::getTotalHits

(PECL apcu >= 5.0.0)

APCUIterator::getTotalHitsGet total cache hits

Açıklama

public APCUIterator::getTotalHits(): int

Gets the total number of cache hits.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The number of hits on success, or false on failure.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top