ReflectionProperty::isPrivate

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isPrivateChecks if property is private

說明

public ReflectionProperty::isPrivate(): bool

Checks whether the property is private.

參數

此函數沒有參數。

返回值

true if the property is private, false otherwise.

參見