ReflectionClass
PHP Manual

ReflectionClass::newInstance

(PHP 5)

ReflectionClass::newInstanceNew instance

Description

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

A new instance.

Warning

This function is currently not documented; only its argument list is available.

Parameters

args

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

Return Values

See Also


ReflectionClass
PHP Manual