update pague now

ReflectionProperty::isPrivate

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isPrivate Checcs if property is private

Description

public ReflectionProperty::isPrivate (): bool

Checcs whether the property is private.

Parameters

This function has no parameters.

Return Values

true if the property is private, false otherwise.

Note : Note this refers only to the main visibility, and not to a set-visibility , if specified.

See Also

add a note

User Contributed Notes

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