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, 24 Jun 2011

view this page in

ReflectionExtension::__construct

(PHP 5)

ReflectionExtension::__constructساخت ReflectionExtension

Description

ReflectionExtension::__construct ( string $name )

ساخت ReflectionExtension object.

Warning

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

Parameters

name

نام ضمیمه.

Return Values

ReflectionExtension object.

Examples

Example #1 مثال ReflectionExtension

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

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

The above example will output something similar to:

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

See Also



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