ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6, PHP 7, PHP 8)

ReflectionParameter::isDefaultValueConstantReturns whether the default value of this parameter is a constant

說明

public ReflectionParameter::isDefaultValueConstant(): bool

Returns whether the default value of this parameter is a constant.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns true if the default value is constant, and false otherwise.

參見