ReflectionClass::getStartLine
( excerpt from http://php.net/manual/en/reflectionclass.getstartline.php )
public function getStartLine(): int;
Get the starting line number. Warning: This function is currently not documented; only its argument list is available.
Returns
int
- The starting line number, as an integer.