ReflectionClass::getStartLine

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getStartLine獲取起始行號

說明

public ReflectionClass::getStartLine(): int

獲取起始的行號。

警告

本函數還未編寫文檔,僅有參數列表。

參數

此函數沒有參數。

返回值

起始的行號,類型是 integer 的。

參見