|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| getName () | |
| getTarget () | |
| isRepeated () | |
| getArguments () | |
| newInstance () | |
| __toString () | |
Data Fields | |
| const int | IS_INSTANCEOF = UNKNOWN |
| string | $name |
@not-serializable
Definition at line 837 of file php_reflection.stub.php.
| ReflectionAttribute::__toString | ( | ) |
Implements Stringable.
Definition at line 850 of file php_reflection.stub.php.
| ReflectionAttribute::getArguments | ( | ) |
Definition at line 847 of file php_reflection.stub.php.
| ReflectionAttribute::getName | ( | ) |
Definition at line 844 of file php_reflection.stub.php.
| ReflectionAttribute::getTarget | ( | ) |
Definition at line 845 of file php_reflection.stub.php.
| ReflectionAttribute::isRepeated | ( | ) |
Definition at line 846 of file php_reflection.stub.php.
| ReflectionAttribute::newInstance | ( | ) |
Definition at line 848 of file php_reflection.stub.php.
| string ReflectionAttribute::$name |
Definition at line 842 of file php_reflection.stub.php.
| const int ReflectionAttribute::IS_INSTANCEOF = UNKNOWN |
@cvalue REFLECTION_ATTRIBUTE_IS_INSTANCEOF
Definition at line 840 of file php_reflection.stub.php.