ReflectionExtension::__construct
(PHP 5)
ReflectionExtension::__construct — Constructs a ReflectionExtension
Parametry
-
name -
Name of the extension.
Zwracane wartości
Przykłady
Przykład #1 ReflectionExtension example
<?php
$ext = new ReflectionExtension('Reflection');
printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
?>
Powyższy przykład wyświetli coś podobnego do:
Extension: Reflection (version: $Revision: 299908 $)
There are no user contributed notes for this page.
