downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionClass::newInstanceArgs> <ReflectionClass::isUserDefined
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionClass::newInstance

(PHP 5)

ReflectionClass::newInstanceCreates a new class instance from given arguments.

Descrição

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

Creates a new instance of the class. The given arguments are passed to the class constructor.

Parâmetros

args

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

Valor Retornado

Erros

A ReflectionException if the class constructor is not public.

A ReflectionException if the class does not have a constructor and the args parameter contains one or more parameters.

Veja Também



add a note add a note User Contributed Notes ReflectionClass::newInstance - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites