(PHP 5, PHP 7, PHP 8)
ReflectionExtension::getClassNames — Gets class names
Gets a listing of class names as defined in the extension.
This function has no parameters.
An array of class names, as defined in the extension. If no classes are defined, an empty array is returned.
Example #1 ReflectionExtension::getClassNames() example
<?php
$ext = new ReflectionExtension('XMLWriter');
var_dump($ext->getClassNames());
?>
The above example will output something similar to:
array(1) { [0]=> 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