wincache_scache_info

(PECL wincache >= 1.1.0)

wincache_scache_info Retrieves information about files cached in the session cache

Beschreibung

wincache_scache_info(bool $summaryonly = false): array|false

Retrieves information about session cache content and its usage.

Parameter-Liste

summaryonly

Controls whether the returned array will contain information about individual cache entries along with the session cache summary.

Rückgabewerte

Array of meta data about session cache Bei einem Fehler wird false zurückgegeben.

The array returned by this function contains the following elements:

  • total_cache_uptime - total time in seconds that the session cache has been active
  • total_item_count - total number of elements that are currently in the session cache
  • is_local_cache - true is the cache metadata is for a local cache instance, false if the metadata is for the global cache
  • total_hit_count - number of times the data has been served from the cache
  • total_miss_count - number of times the data has not been found in the cache
  • scache_entries - an array that contains the information about all the cached items:

    • key_name - name of the key which is used to store the data
    • value_type - type of value stored by the key
    • use_time - time in seconds since the file has been accessed in the opcode cache
    • last_check - time in seconds since the file has been checked for modifications
    • ttl_seconds - time remaining for the data to live in the cache, 0 meaning infinite
    • age_seconds - time elapsed from the time data has been added in the cache
    • hitcount - number of times data has been served from the cache

Beispiele

Beispiel #1 A wincache_scache_info() example

<pre>
<?php
print_r
(wincache_scache_info());
?>
</pre>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

Array
(
    [total_cache_uptime] => 17357
    [total_file_count] => 121
    [total_hit_count] => 36562
    [total_miss_count] => 201
    [scache_entries] => Array
        (
            [1] => Array
                (
                    [file_name] => c:\inetpub\wwwroot\checkcache.php
                    [add_time] => 17356
                    [use_time] => 7
                    [last_check] => 10
                    [hit_count] => 454
                    [function_count] => 0
                    [class_count] => 1
                )
            [2] => Array (...iterates for each cached file)
        )
)

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.

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

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-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

Experienced Front-End Developer skills?

What specific skills and experiences should an experienced Front-End Web Developer possess, particularly in the areas of JavaScript, HTML, CSS, an ...

Geschrieben von BhambriRohunu am 03.06.2024 12:11:17
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
Staging vs Pre-production: Key Differences?

What are the key differences between staging and pre-production environments in software development, and how do they contribute to the overall de ...

Geschrieben von GimmickTadpade am 03.06.2024 09:44:33
Forum: Entwicklungsumgebungen
Which modern CSS framework excels?

What are the distinguishing features, advantages, and potential drawbacks of contemporary CSS frameworks and libraries tailored specifically for s ...

Geschrieben von AnjanaTelaney am 03.06.2024 09:12:46
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
"How graphic designer learns coding?"

What strategies can a graphic designer employ to effectively transition into the realm of front-end and web development, considering their existin ...

Geschrieben von SangakaraMoory am 03.06.2024 08:33:30
Forum: Grafik / Design / Flash ...