PHP 8.3.7 Released!

ReflectionFunctionAbstract::getStartLine

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

ReflectionFunctionAbstract::getStartLineObtém o número da linha inicial

Descrição

public ReflectionFunctionAbstract::getStartLine(): int|false

Obtém o número da linha inicial da função.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

O número da linha inicial, ou false se desconhecido.

Veja Também

add a note

User Contributed Notes

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