PHP Doku:: Checks if property is private - reflectionproperty.isprivate.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionProperty classReflectionProperty::isPrivate

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionProperty class

<<ReflectionProperty::isDefault

ReflectionProperty::isProtected>>

ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

Beschreibung

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the property is private, FALSE otherwise.

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