(PHP 5, PHP 7)
ReflectionExtension::__construct — Constructs a ReflectionExtension
$name
)Construct a ReflectionExtension object.
name
锟斤拷展锟斤拷锟斤拷锟狡★拷
Example #1 ReflectionExtension example
<?php
$ext = new ReflectionExtension('Reflection');
printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
Extension: Reflection (version: $Revision: 338648 $)