ReflectionParameter::isPassedByReference

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

說明

public ReflectionParameter::isPassedByReference(): bool

Checks if the parameter is passed in by reference.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

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

參見