PHP Function List
apc-fetchp doesn't exist. Closest matches:
- apc_fetch
- ocifetch
- oci_fetch
- dba_fetch
- apc_dec
- imap_fetchtext
- imap_fetchbody
- imap_fetchmime
- maxdb_fetch
- apd_echo
- pg_fetch_all
- pg_fetch_row
- ocifetchinto
- cubrid_fetch
- imap_fetchheader
- fgetc
- rrd_fetch
- oci_fetch_row
- oci_fetch_all
- soapclient
Site Search Results
-
Parameters. key. The key used to store the value (with apc_store()). If an array is passed then each element is fetched and returned.
-
That is, just issuing a new request to a page won't clear outdated items -- you have to call apc_fetch on that specific item. If you call apc_info after the TTL of an item it will ...
-
apc_fetch — Fetch a stored variable from the cache; apc_inc — Increase a stored number; apc_load_constants — Loads a set of constants from the cache
-
apc_ compile_ file; apc_ dec; apc_ define_ constants; apc_ delete_ file; apc_ delete; apc_ exists; apc_ fetch; apc_ inc; apc_ load_ constants; apc_ sma_ info; apc_ store
-
Runtime Configuration - ManualI'm trying to get upload progress with apc_fetch. I founded apc_fetch always return false till the upload completed.After fews hours debug, I finally notice that my APC_UPLOAD ...
-
echo '$perfection == 2 ? 1 : 2 = ', (apc_cas ('perfection', 2, 1) ? 'ok' : 'epic fail'), PHP_EOL; echo '$foobar = ', apc_fetch ('foobar'), PHP_EOL;
-
See Also. apc_cache_info() - Retrieves cached information from APC's data store; apc_fetch() - Fetch a stored variable from the cache
-
apc_ compile_ file; apc_ dec; apc_ define_ constants; apc_ delete_ file; apc_ delete; apc_ exists; apc_ fetch; apc_ inc; apc_ load_ constants; apc_ sma_ info; apc_ store
-
The pain finally drove to me to try APC's apc_store and apc_fetch. The results? Instant success, no more errors, an order of magnitude (at least) speed boost, plus one less thing ...
-
apc_ compile_ file; apc_ dec; apc_ define_ constants; apc_ delete_ file; apc_ delete; apc_ exists; apc_ fetch; apc_ inc; apc_ load_ constants; apc_ sma_ info; apc_ store

Other forms of search
To search the string "apc-fetchp" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
