ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructConstructs a ReflectionObject

说明

publicReflectionObject::__construct(object$object)

Constructs a ReflectionObject.

参数

object

An object instance.

To Top