ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

Опис

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

Увага

This function is currently not documented; only its argument list is available.

Параметри

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

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

TRUE if the parameter is passed in by reference, otherwise FALSE

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

add a note add a note

User Contributed Notes

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