PHP Doku:: Remove/Delete an already defined constant - function.runkit-constant-remove.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDas Verhalten von PHP beeinflussenrunkitrunkit Funktionenrunkit_constant_remove

Ein Service von Reinhard Neidl - Webprogrammierung.

runkit Funktionen

<<runkit_constant_redefine

runkit_function_add>>

runkit_constant_remove

(PECL runkit >= 0.7.0)

runkit_constant_remove Remove/Delete an already defined constant

Beschreibung

bool runkit_constant_remove ( string $constname )

Parameter-Liste

constname

Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)