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

search for in the

ReflectionExtension::export> <ReflectionExtension::__clone
[edit] Last updated: Fri, 17 May 2013

view this page in

ReflectionExtension::__construct

(PHP 5)

ReflectionExtension::__constructConstructor de los objetos ReflectionExtension

Descripción

ReflectionExtension::__construct ( string $name )

Construye un objet de la clase ReflectionExtension.

Parámetros

name

Nombre de la extensión.

Valores devueltos

object de la clase ReflectionExtension.

Ejemplos

Ejemplo #1 Ejemplo de ReflectionExtension

<?php
$ext 
= new ReflectionExtension('Reflection');

printf('Extension: %s (version: %s)'$ext->getName(), $ext->getVersion());
?>

El resultado del ejemplo sería algo similar a:

Extension: Reflection (version: $Revision: 317797 $)

Ver también



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

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