ReflectionParameter
PHP Manual

ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6, PHP 7)

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

Açıklama

public bool ReflectionParameter::isDefaultValueConstant ( void )

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns TRUE if the default value is constant, FALSE if it is not or NULL on failure.


ReflectionParameter
PHP Manual