PHP 8.3.4 Released!

ReflectionMethod::isConstructor

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isConstructorComprueba si el método es un constructor

Descripción

public ReflectionMethod::isConstructor(): bool

Comprueba si el método es un constructor.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si el método es un constructor, o si no false

Ver también

add a note

User Contributed Notes

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