(PHP 5, PHP 7, PHP 8)
ReflectionExtension::__construct — Constructs a ReflectionExtension
Construct a ReflectionExtension object.
name
Name of the extension.
Throws ReflectionException if the extension to reflect does not exist.
Example #1 ReflectionExtension example
<?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: 8.3.17)
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant