PHP 8.3.7 Released!

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstrói um ReflectionObject

Descrição

public ReflectionObject::__construct(object $object)

Constrói um ReflectionObject.

Parâmetros

object

Uma instância de objeto.

Veja Também

add a note

User Contributed Notes

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