|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct ($function, int|string $param) | |
| __toString () | |
| getName () | |
| isPassedByReference () | |
| canBePassedByValue () | |
| getDeclaringFunction () | |
| getDeclaringClass () | |
| getClass () | |
| hasType () | |
| getType () | |
| isArray () | |
| isCallable () | |
| allowsNull () | |
| getPosition () | |
| isOptional () | |
| isDefaultValueAvailable () | |
| getDefaultValue () | |
| isDefaultValueConstant () | |
| getDefaultValueConstantName () | |
| isVariadic () | |
| isPromoted () | |
| getAttributes (?string $name=null, int $flags=0) | |
Data Fields | |
| string | $name |
@not-serializable
Definition at line 638 of file php_reflection.stub.php.
| ReflectionParameter::__construct | ( | $function, | |
| int|string | $param ) |
| string | array | object | $function |
Definition at line 646 of file php_reflection.stub.php.
| ReflectionParameter::__toString | ( | ) |
Implements Stringable.
Definition at line 648 of file php_reflection.stub.php.
| ReflectionParameter::allowsNull | ( | ) |
@tentative-return-type
Definition at line 690 of file php_reflection.stub.php.
| ReflectionParameter::canBePassedByValue | ( | ) |
@tentative-return-type
Definition at line 657 of file php_reflection.stub.php.
| ReflectionParameter::getAttributes | ( | ?string | $name = null, |
| int | $flags = 0 ) |
Definition at line 715 of file php_reflection.stub.php.
| ReflectionParameter::getClass | ( | ) |
@tentative-return-type
Definition at line 669 of file php_reflection.stub.php.
| ReflectionParameter::getDeclaringClass | ( | ) |
@tentative-return-type
Definition at line 663 of file php_reflection.stub.php.
| ReflectionParameter::getDeclaringFunction | ( | ) |
@tentative-return-type
Definition at line 660 of file php_reflection.stub.php.
| ReflectionParameter::getDefaultValue | ( | ) |
@tentative-return-type
Definition at line 702 of file php_reflection.stub.php.
| ReflectionParameter::getDefaultValueConstantName | ( | ) |
@tentative-return-type
Definition at line 708 of file php_reflection.stub.php.
| ReflectionParameter::getName | ( | ) |
@tentative-return-type
Definition at line 651 of file php_reflection.stub.php.
| ReflectionParameter::getPosition | ( | ) |
@tentative-return-type
Definition at line 693 of file php_reflection.stub.php.
| ReflectionParameter::getType | ( | ) |
@tentative-return-type
Definition at line 675 of file php_reflection.stub.php.
| ReflectionParameter::hasType | ( | ) |
@tentative-return-type
Definition at line 672 of file php_reflection.stub.php.
| ReflectionParameter::isArray | ( | ) |
@tentative-return-type
Definition at line 681 of file php_reflection.stub.php.
| ReflectionParameter::isCallable | ( | ) |
@tentative-return-type
Definition at line 687 of file php_reflection.stub.php.
| ReflectionParameter::isDefaultValueAvailable | ( | ) |
@tentative-return-type
Definition at line 699 of file php_reflection.stub.php.
| ReflectionParameter::isDefaultValueConstant | ( | ) |
@tentative-return-type
Definition at line 705 of file php_reflection.stub.php.
| ReflectionParameter::isOptional | ( | ) |
@tentative-return-type
Definition at line 696 of file php_reflection.stub.php.
| ReflectionParameter::isPassedByReference | ( | ) |
@tentative-return-type
Definition at line 654 of file php_reflection.stub.php.
| ReflectionParameter::isPromoted | ( | ) |
Definition at line 713 of file php_reflection.stub.php.
| ReflectionParameter::isVariadic | ( | ) |
@tentative-return-type
Definition at line 711 of file php_reflection.stub.php.
| string ReflectionParameter::$name |
Definition at line 640 of file php_reflection.stub.php.