Dutch PHP Conference 2025 - Call For Papers

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.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top