Worker::isShutdown

(PECL pthreads >= 2.0.0)

Worker::isShutdownState Detection

Description

public Worker::isShutdown(): bool

Whether the worker has been shutdown or not.

Parameters

This function has no parameters.

Return Values

Returns whether the worker has been shutdown or not.

Examples

Example #1 Detect the state of a worker

<?php
$worker
= new Worker();
$worker->start();

var_dump($worker->isShutdown());

$worker->shutdown();

var_dump($worker->isShutdown());

The above example will output:

bool(false)
bool(true)

add a note

User Contributed Notes

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

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant