ReflectionParameter ��

(PHP 5, PHP 7)

���

ReflectionParameter ȡ���˺����򷽷������������Ϣ��

Ҫ���м�麯���IJ��������ȴ���һ�� ReflectionFunction �� ReflectionMethod ��ʵ����Ȼ��ʹ�����ǵ� ReflectionFunctionAbstract::getParameters() ��������ȡ���������顣

��ժҪ

ReflectionParameter implements Reflector {
/* ���� */
public $name ;
/* ���� */
public allowsNull ( void ) : bool
public canBePassedByValue ( void ) : bool
final private __clone ( void ) : void
public __construct ( string $function , string $parameter )
public static export ( string $function , string $parameter [, bool $return ] ) : string
public getClass ( void ) : ReflectionClass
public getDefaultValue ( void ) : mixed
public getDefaultValueConstantName ( void ) : string
public getName ( void ) : string
public getPosition ( void ) : int
public getType ( void ) : ReflectionType
public hasType ( void ) : bool
public isArray ( void ) : bool
public isCallable ( void ) : bool
public isDefaultValueAvailable ( void ) : bool
public isDefaultValueConstant ( void ) : bool
public isOptional ( void ) : bool
public isPassedByReference ( void ) : bool
public isVariadic ( void ) : bool
public __toString ( void ) : string
}

����

name

���������ơ�ֻ�����ڳ��Ը�ֵ��ʱ����׳� ReflectionException��

Table of Contents