php8.5
Home/ Manual/ reflection / reflectionparameter/ ReflectionParameter::isPassedByReference

ReflectionParameter::isPassedByReference

PHP function Edit on GitHub ✎

(PHP 5, PHP 7, PHP 8)

Checks if passed by reference

Description

ReflectionParameter::isPassedByReference(): bool

Checks if the parameter is passed in by reference.

Parameters Parameters

Return Values

true if the parameter is passed in by reference, otherwise false

See Also

  • ReflectionParameter::getName

Source: reference/reflection/reflectionparameter/ispassedbyreference.xml · from the official PHP manual (php/doc-en)