
PHP Funktionen : PHP Übersicht : PHP Manual
apc_define_constants
PHP
Function apc_define_constants / PHP
Funktion apc_define_constants
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
apc_define_constants
- PHP Funktion
- apc_define_constants ( phplist Code 100% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_define_constants -- Defines a set of constants for later retrieval and mass-definition
- Vorschau
- ...apc_define_constants apc_define_constants (PECL) apc_define_constants -- Defines a set of constants for later retrieval and mass-definition Beschreibung bool apc_define_constants ( string key, array constants [, bool case_sensitive] ) define() is notoriously slow. Since the main benefit of APC is to increase the performance of scripts/applications, this mechanism is provided to streamline ...
- PHP Manual
- [ apc_define_constants php.net ]
- PHP Funktion
- apc_load_constants ( phplist Code 79% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_load_constants -- Loads a set of constants from the cache
- Vorschau
- ...) apc_load_constants -- Loads a set of constants from the cache Beschreibung bool apc_load_constants ( string key [, bool case_sensitive] ) Parameter Liste key The name of the constant set (that was stored with apc_define_constants() ) to be retrieved. case_sensitive The default behaviour for constants is to be declared case-sensitive; i.e. CONSTANT and Constant represent different values. If this parameter evaluates to FALSE the constants ...
- PHP Manual
- [ apc_load_constants php.net ]
- PHP Funktion
- apc_delete ( phplist Code 53% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_delete -- Removes a stored variable from the cache
- Vorschau
- ...FALSE . Beispiele Beispiel 1. A apc_delete() example <?php $bar = 'BAR' ; apc_store ( 'foo' , $bar ); apc_delete ( 'foo' ); // this is obviously useless in this form ?> Siehe auch apc_store() apc_fetch() apc_define_constants apc_fetch...
- PHP Manual
- [ apc_delete php.net ]
- PHP Funktion
- apc_clear_cache ( phplist Code 46% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_clear_cache -- Clears the APC cache
- Vorschau
- ... 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) will be cleared. apc_cache_info apc_define_constants...
- PHP Manual
- [ apc_clear_cache php.net ]
- PHP Funktion
- Alternative PHP Cache ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- .... 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 cache apc_load_constants -- Loads a set of ...
- PHP Manual
- [ Alternative PHP Cache php.net ]