OPcache: Skillnad mellan sidversioner

Från Wiki.linux.se
Hoppa till navigering Hoppa till sök
Ingen redigeringssammanfattning
Rad 1: Rad 1:
= OPcache =
== OPcache ==
=== Introduction ===
Introduktion
* '''[[Introduction_Opache|Introduction]]'''
[[Opache_Installera|Installera/Konfigurera]]
** '''[[Installation]]'''
[[Installation]]
** '''Runtime Configuration'''
[[Runtime Configuration]]
** '''Preloading'''
[[Förinladdning]]
* '''OPcache Functions'''
** '''opcache_compile_file''' — Kompilerar och cachar ett PHP-skript utan att köra det
** '''opcache_get_configuration''' — Hämtar konfigurationsinformation om cachen
** '''opcache_get_status''' — Hämtar statusinformation om cachen
** '''opcache_invalidate''' — Ogiltigförklarar ett cachat skript
** '''opcache_is_script_cached''' — Anger om ett skript är cachat i OPCache
** '''opcache_reset''' — Återställer innehållet i opcode-cachen


= Sidslut =
=== OPcache Funktioner ===
 
* '''opcache_compile_file''' — Kompilerar och cachar ett PHP-skript utan att köra det
Orginalhemsidan på Engelska :https://www.php.net/manual/en/book.opcache.php
* '''opcache_get_configuration''' — Hämtar konfigurationsinformation om cachen
 
* '''opcache_get_status''' — Hämtar statusinformation om cachen
[[PHP]]
* '''opcache_invalidate''' — Ogiltigförklarar ett cachat skript
[[Funktioner]]
* '''opcache_is_script_cached''' — Anger om ett skript är cachat i OPCache
[[Funktionsreferens]]
* '''opcache_reset''' — Återställer innehållet i opcode-cachen
 
<HR>
Det här är en maskinöversättning av PHP-manualen till svenska. Om du hittar fel är vi tacksamma om du rapporterar dem via formuläret som finns på
https://www.linux.se/kontaka-linux-se/
<BR><BR>Tack till [https://datorhjalp.se Datorhjälp Stockholm] som har  sponsrat [https://www.linux.se Linux.se] med webserver.
 
 
[[Kategori:Php]]
[[Kategori:Error Handling Functions]]

Versionen från 11 oktober 2024 kl. 05.48

OPcache

Introduktion Installera/Konfigurera Installation Runtime Configuration Förinladdning

OPcache Funktioner

  • opcache_compile_file — Kompilerar och cachar ett PHP-skript utan att köra det
  • opcache_get_configuration — Hämtar konfigurationsinformation om cachen
  • opcache_get_status — Hämtar statusinformation om cachen
  • opcache_invalidate — Ogiltigförklarar ett cachat skript
  • opcache_is_script_cached — Anger om ett skript är cachat i OPCache
  • opcache_reset — Återställer innehållet i opcode-cachen