PHP 8.3.4 Released!

ReflectionMethod::isProtected

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isProtectedVérifie si la méthode est protégée

Description

public ReflectionMethod::isProtected(): bool

Vérifie si la méthode est protégée.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

true si la méthode est protégée, false sinon.

Voir aussi

add a note

User Contributed Notes

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