php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $name) | |
__toString () | |
getName () | |
getVersion () | |
getFunctions () | |
getConstants () | |
getINIEntries () | |
getClasses () | |
getClassNames () | |
getDependencies () | |
info () | |
isPersistent () | |
isTemporary () | |
Data Fields | |
string | $name |
@not-serializable
Definition at line 750 of file php_reflection.stub.php.
ReflectionExtension::__construct | ( | string | $name | ) |
Definition at line 757 of file php_reflection.stub.php.
ReflectionExtension::__toString | ( | ) |
Implements Stringable.
Definition at line 759 of file php_reflection.stub.php.
ReflectionExtension::getClasses | ( | ) |
@tentative-return-type
Definition at line 777 of file php_reflection.stub.php.
ReflectionExtension::getClassNames | ( | ) |
@tentative-return-type
Definition at line 780 of file php_reflection.stub.php.
ReflectionExtension::getConstants | ( | ) |
@tentative-return-type
Definition at line 771 of file php_reflection.stub.php.
ReflectionExtension::getDependencies | ( | ) |
@tentative-return-type
Definition at line 783 of file php_reflection.stub.php.
ReflectionExtension::getFunctions | ( | ) |
@tentative-return-type
Definition at line 768 of file php_reflection.stub.php.
ReflectionExtension::getINIEntries | ( | ) |
@tentative-return-type
Definition at line 774 of file php_reflection.stub.php.
ReflectionExtension::getName | ( | ) |
@tentative-return-type
Definition at line 762 of file php_reflection.stub.php.
ReflectionExtension::getVersion | ( | ) |
@tentative-return-type
Definition at line 765 of file php_reflection.stub.php.
ReflectionExtension::info | ( | ) |
@tentative-return-type
Definition at line 786 of file php_reflection.stub.php.
ReflectionExtension::isPersistent | ( | ) |
@tentative-return-type
Definition at line 789 of file php_reflection.stub.php.
ReflectionExtension::isTemporary | ( | ) |
@tentative-return-type
Definition at line 792 of file php_reflection.stub.php.
string ReflectionExtension::$name |
Definition at line 752 of file php_reflection.stub.php.