CakeFest 2024: The Official CakePHP Conference

ReflectionParameter::isDefaultValueAvailable

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

ReflectionParameter::isDefaultValueAvailableÖntanımlı bir değerin kullanılabilir olup olmadığına bakar

Açıklama

public ReflectionParameter::isDefaultValueAvailable(): bool

Öntanımlı bir değerin kullanılabilir olup olmadığına bakar.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Öntanımlı değer kullanılabiliyorsa true yoksa false.

Ayrıca Bakınız

add a note

User Contributed Notes

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