PHP 8.5.0 Beta 3 available for testing

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__construct β€” Constructs a ReflectionObject

Beschreibung

public ReflectionObject::__construct(object $object)

Constructs a ReflectionObject.

Parameter-Liste

object

An object instance.

οΌ‹add a note

User Contributed Notes

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