ReflectionClass
PHP Manual

ReflectionClass::newInstance

(PHP 5)

ReflectionClass::newInstanceNew instance

Opis

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

A new instance.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

args

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

Zwracane wartości

Zobacz też:


ReflectionClass
PHP Manual