ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

說明

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

參數

此函式沒有參數。

回傳值

TRUE if the property is private, FALSE otherwise.

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top