ReflectionMethod::export

(PHP 5, PHP 7)

ReflectionMethod::exportBir yöntem ihraç eder

Uyarı

Bu işlevin kullanımı PHP 7.4.0 itibariyle ÖNERİLMEMEKTE olup PHP 8.0.0'da tamamen KALDIRILMIŞTIR. Bu işleve kesinlikle güvenilmemelidir.

Açıklama

public static ReflectionMethod::export(string $sınıf, string $isim, bool $ihracet = false): string

ReflectionMethod ihraç eder.

Bağımsız Değişkenler

sınıf

Sınıf ismi.

isim

Yöntem ismi.

ihracet

true belirtilirse yansıtmak yerine ihrac eder. false olursa (öntanımlıdır) tersini yapar.

Dönen Değerler

true belirtilirse bir dizge yoksa null döner.

Ayrıca Bakınız

add a note

User Contributed Notes

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