apc_clear_cache PHP Funktionen : PHP Übersicht : PHP Manual

apc_clear_cache

PHP Function apc_clear_cache / PHP Funktion apc_clear_cache

phplist » Webkatalog Script - Link Script » PHP Function Coder » apc_clear_cache
PHP Funktion
apc_clear_cache ( phplist Code 100% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_clear_cache -- Clears the APC cache
Vorschau
...apc_clear_cache apc_clear_cache (PECL) apc_clear_cache -- Clears the APC cache Beschreibung bool apc_clear_cache ( [string cache_type] ) Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Parameter Liste cache_type If cache_type is " user ", the user cache will be cleared; otherwise, the system cache (cached files) ...
PHP Manual
[ apc_clear_cache php.net ]

PHP Funktion
apc_cache_info ( phplist Code 62% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_cache_info -- Retrieves cached information (and meta-data) from APC's data store
Vorschau
...] => 0 [access_time] => 1123962864 [ref_count] => 1 [mem_size] => 677 ) [1] => Array (...iterates for each cached file)) Siehe auch APC configuration directives Alternative PHP Cache apc_clear_cache...
PHP Manual
[ apc_cache_info php.net ]

PHP Funktion
Alternative PHP Cache ( phplist Code 50% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Diese Erung definiert keine Resource-Typen. Vordefinierte Konstanten Diese Erung definiert keine Konstanten. Inhaltsverzeichnis apc_cache_info -- Retrieves cached information (and meta-data) from APC's data store apc_clear_cache -- Clears the APC cache apc_define_constants -- Defines a set of constants for later retrieval and mass-definition apc_delete -- Removes a stored variable from the cache apc_fetch -- Fetch a stored variable from the ...
PHP Manual
[ Alternative PHP Cache php.net ]

PHP Funktion
apc_define_constants ( phplist Code 46% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_define_constants -- Defines a set of constants for later retrieval and mass-definition
Vorschau
... ); apc_load_constants ( 'numbers' ); echo ONE , TWO , THREE ; ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: 123 Siehe auch apc_load_constants() define() constant() Or the PHP constants reference apc_clear_cache apc_delete...
PHP Manual
[ apc_define_constants php.net ]