apc_sma_info PHP Funktionen : PHP Übersicht : PHP Manual

apc_sma_info

PHP Function apc_sma_info / PHP Funktion apc_sma_info

phplist » Webkatalog Script - Link Script » PHP Function Coder » apc_sma_info
PHP Funktion
apc_sma_info ( phplist Code 100% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_sma_info -- Retrieves APC's Shared Memory Allocation information
Vorschau
...apc_sma_info apc_sma_info (PECL) apc_sma_info -- Retrieves APC's Shared Memory Allocation information Beschreibung array apc_sma_info ( void ) Rückgabewerte Array of Shared Memory Allocation data; FALSE on failure. Beispiele Beispiel 1. A apc_sma_info() example <?php print_r ( apc_sma_info ()); ?> Das oben gezeigte Beispiel erzeugteine ä...
PHP Manual
[ apc_sma_info php.net ]

PHP Funktion
apc_store ( phplist Code 57% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_store -- Cache a variable in the data store
Vorschau
...apc_store() 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_fetch() apc_delete() apc_sma_info Advanced PHP debugger...
PHP Manual
[ apc_store php.net ]

PHP Funktion
apc_load_constants ( phplist Code 33% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_load_constants -- Loads a set of constants from the cache
Vorschau
... ( 'numbers' ); echo ONE , TWO , THREE ; ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: 123 Siehe auch apc_define_constants() define() constant() Or the PHP constants reference apc_fetch apc_sma_info...
PHP Manual
[ apc_load_constants php.net ]

PHP Funktion
Alternative PHP Cache ( phplist Code 12% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...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 information apc_store -- Cache a variable in the data store virtual apc_cache_info...
PHP Manual
[ Alternative PHP Cache php.net ]