| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
apc_add(PECL apc:3.0.13-3.0.14) apc_add — Cache a variable in the data store (only if it's not stored) Beschreibung
bool apc_add
( string $key
, mixed $var
[, int $ttl
] )
Parameter Liste
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. Beispiele
Example#1 A apc_add() example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
|