PHP 8.4.0 RC4 available for testing

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstructs a ReflectionObject

Опис

public ReflectionObject::__construct(object $object)

Constructs a ReflectionObject.

Параметри

object

An object instance.

Прогляньте також

add a note

User Contributed Notes

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