CakeFest 2024: The Official CakePHP Conference

Throwable::getLine

(PHP 7, PHP 8)

Throwable::getLineGets the line on which the object was instantiated

Description

public Throwable::getLine(): int

Returns the line number where the thrown object was instantiated.

Parameters

This function has no parameters.

Return Values

Returns the line number where the thrown object was instantiated.

See Also

add a note

User Contributed Notes

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