
PHP Funktionen : PHP Übersicht : PHP Manual
apc_delete
PHP
Function apc_delete / PHP
Funktion apc_delete
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
apc_delete
- PHP Funktion
- apc_delete ( phplist Code 100% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_delete -- Removes a stored variable from the cache
- Vorschau
- ...apc_delete apc_delete (PECL) apc_delete -- Removes a stored variable from the cache Beschreibung bool apc_delete ( string key ) Parameter Liste key The key used to store the value (with apc_store() ). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. A apc_delete() example <?php $bar = 'BAR...
- PHP Manual
- [ apc_delete php.net ]
- PHP Funktion
- apc_fetch ( phplist Code 63% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_fetch -- Fetch a stored variable from the cache
- Vorschau
- ... Beispiel 1. A apc_fetch() example <?php $bar = 'BAR' ; apc_store ( 'foo' , $bar ); var_dump ( apc_fetch ( 'foo' )); ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: string(3) "BAR" Siehe auch apc_store() apc_delete() apc_delete apc_load_constants...
- PHP Manual
- [ apc_fetch php.net ]
- PHP Funktion
- apc_define_constants ( phplist Code 53% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_define_constants -- Defines a set of constants for later retrieval and mass-definition
- Vorschau
- ... ( '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 ]
- PHP Funktion
- Alternative PHP Cache ( phplist Code 26% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... 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 constants from the cache apc_sma_info -- Retrieves APC's Shared Memory Allocation ...
- PHP Manual
- [ Alternative PHP Cache php.net ]