| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
apc_fetch(PECL apc:3.0.0-3.0.9) apc_fetch — Fetch a stored variable from the cache Beschreibung
mixed apc_fetch
( string $key
)
RückgabewerteThe stored variable on success; FALSE on failure Beispiele
Example#1 A apc_fetch() example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
|