php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $name) | |
getName () | |
getNamespaceName () | |
getShortName () | |
getValue () | |
isDeprecated () | |
__toString () | |
Data Fields | |
string | $name |
@strict-properties @not-serializable
Definition at line 909 of file php_reflection.stub.php.
ReflectionConstant::__construct | ( | string | $name | ) |
Definition at line 913 of file php_reflection.stub.php.
ReflectionConstant::__toString | ( | ) |
Implements Stringable.
Definition at line 925 of file php_reflection.stub.php.
ReflectionConstant::getName | ( | ) |
Definition at line 915 of file php_reflection.stub.php.
ReflectionConstant::getNamespaceName | ( | ) |
Definition at line 917 of file php_reflection.stub.php.
ReflectionConstant::getShortName | ( | ) |
Definition at line 919 of file php_reflection.stub.php.
ReflectionConstant::getValue | ( | ) |
Definition at line 921 of file php_reflection.stub.php.
ReflectionConstant::isDeprecated | ( | ) |
Definition at line 923 of file php_reflection.stub.php.
string ReflectionConstant::$name |
Definition at line 911 of file php_reflection.stub.php.