| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
apc_load_constants(PECL apc:3.0.0-3.0.9) apc_load_constants — Loads a set of constants from the cache Beschreibung
bool apc_load_constants
( string $key
[, bool $case_sensitive
] )
Parameter Liste
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. Beispiele
Example#1 apc_load_constants() example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
|