ReflectionFunction Sınıfı

(PHP 5, PHP 7, PHP 8)

Giriş

ReflectionFunction sınıfı bir işlevle ilgili bilgi verir.

Sınıf Sözdizimi

classReflectionFunctionextendsReflectionFunctionAbstract {
publicconstintIS_DEPRECATED;
public__construct(Closure|string$function)
publicstaticexport(string$isim, string$ihracet = ?): string
publicinvoke(mixed...$bağımsız_değişkenler): mixed
publicinvokeArgs(array$bağımsız_değişkenler): mixed
publicisAnonymous(): bool
publicisDisabled(): bool
}

Öntanımlı Sabitler

ReflectionFunction Değiştiricileri

ReflectionFunction::IS_DEPRECATED

İşlevin kullanımının önerilmediğini belirtir.

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0ReflectionFunction::export() kaldırıldı.

İçindekiler

To Top