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, 07 Jun 2013

view this page in

ReflectionExtension::__construct

(PHP 5)

ReflectionExtension::__constructConstructs a ReflectionExtension

Descrierea

ReflectionExtension::__construct ( string $name )

Construct a ReflectionExtension object.

Parametri

name

Name of the extension.

Valorile întoarse

A ReflectionExtension object.

Exemple

Example #1 ReflectionExtension example

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

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

Exemplul de mai sus va afișa ceva similar cu:

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

Vedeți de asemenea



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 | stats | sitemap | contact | advertising | mirror sites