ReflectionFiber::getExecutingLine
(PHP 8 >= 8.1.0)
ReflectionFiber::getExecutingLine — Get the line number of the current execution point
说明
Returns the line number of the current execution point in the reflected Fiber.
If the reflected fiber is used outside a user-defined function, null
is returned.
If the fiber has not been started or has terminated, an Error is thrown.
参数
此函数没有参数。
返回值
The line number of the current execution point in the fiber.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/reflectionfiber.getexecutingline.php