(PHP 5, PHP 7, PHP 8)
ReflectionExtension::getClasses — Gets classes
Gets a list of classes from an extension.
This function has no parameters.
An array of ReflectionClass objects, one for each class within the extension. If no classes are defined, an empty array is returned.
Example #1 ReflectionExtension::getClasses() example
<?php
$ext = new ReflectionExtension('XMLWriter');
var_dump($ext->getClasses());
?>
The above example will output something similar to:
array(1) { ["XMLWriter"]=> object(ReflectionClass)#2 (1) { ["name"]=> string(9) "XMLWriter" } }
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