CakeFest 2024: The Official CakePHP Conference

ReflectionFunctionAbstract::getStartLine

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

ReflectionFunctionAbstract::getStartLineBaşlangıç satır numarasını döndürür

Açıklama

public ReflectionFunctionAbstract::getStartLine(): int|false

İşlev tanımının başlangıç satır numarasını döndürür.

Bağımsız Değişkenler

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

Dönen Değerler

Başlangıç satır numarası, satır bilinmiyorsa false.

Ayrıca Bakınız

add a note

User Contributed Notes

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