Fiber::isTerminated

(PHP 8 >= 8.1.0)

Fiber::isTerminatedDetermines if the fiber has terminated

Description

public Fiber::isTerminated(): bool

Parameters

This function has no parameters.

Return Values

Returns true only after the fiber has terminated, either by returning or throwing an exception; otherwise false is returned.

add a note

User Contributed Notes

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