Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$title is deprecated in /home/www/dev/work/website/lvesu/class/controller/blog/php.php on line 28

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/php.manual.tpl on line 2

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2
PHP - Manual: Fiber::throw - 互联网笔记

略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Fiber::throw

2025-04-28

Fiber::throw

(PHP 8 >= 8.1.0)

Fiber::throw用一个异常来恢复 fiber 的执行

说明

public Fiber::throw(Throwable $exception): mixed

在当前调用 Fiber::suspend() 的位置抛出指定的异常,恢复 fiber 执行。

如果调用此方法时 fiber 未挂起,将抛出 FiberError

参数

exception

在当前调用 Fiber::suspend() 所在的位置,要抛出的异常。

返回值

下次调用 Fiber::suspend() 所提供的值;如果 fiber 已返回,则是 null。 如果 fiber 暂停前抛出一个异常,它将会从调用本方法的位置抛出。

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。

官方地址:https://www.php.net/manual/en/fiber.throw.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3