ReflectionParameter
PHP 手册

ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

说明

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

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

参见


ReflectionParameter
PHP 手册