| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
apc_delete(PECL apc:3.0.0-3.0.9) apc_delete — Removes a stored variable from the cache Beschreibung
bool apc_delete
( string $key
)
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. Beispiele
Example#1 A apc_delete() example
<?php |