ReflectionClass
PHP 手册

ReflectionClass::newInstance

(PHP 5)

ReflectionClass::newInstanceNew instance

说明

public object ReflectionClass::newInstance ( mixed $args [, mixed $... ] )

A new instance.

Warning

本函数暂无文档,仅有参数列表。

参数

args

Accepts a variable number of arguments which are passed to the function much like call_user_func().

返回值

参见


ReflectionClass
PHP 手册