ReflectionParameter::canBePassedByValue

(PHP >= 5.4.0)

ReflectionParameter::canBePassedByValueReturns whether this parameter can be passed by value

Опис

public bool ReflectionParameter::canBePassedByValue ( void )

Увага

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

Параметри

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

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

Returns TRUE if the parameter can be passed by value, FALSE otherwise. Returns NULL in case of an error.

add a note add a note

User Contributed Notes

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