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
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 $)
There are no user contributed notes for this page.
