PHP Doku:: Checks if function is disabled - reflectionfunction.isdisabled.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionFunction classReflectionFunction::isDisabled

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionFunction class

<<ReflectionFunction::invokeArgs

ReflectionFunction::__toString>>

ReflectionFunction::isDisabled

(PHP 5)

ReflectionFunction::isDisabledChecks if function is disabled

Beschreibung

public bool ReflectionFunction::isDisabled ( void )

Checks if the function is disabled, via the disable_functions directive.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if it's disable, otherwise FALSE


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",...)