ReflectionExtension::__construct

(PHP 5, PHP 7)

ReflectionExtension::__constructConstructs a ReflectionExtension

说锟斤拷

public ReflectionExtension::__construct ( string $name )

Construct a ReflectionExtension object.

锟斤拷锟斤拷

name

锟斤拷展锟斤拷锟斤拷锟狡★拷

锟斤拷锟斤拷值

A ReflectionExtension object.

锟斤拷锟斤拷

Example #1 ReflectionExtension example

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

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

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

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

锟轿硷拷