update pague now
PHP 8.5.2 Released!

Collectable::isGarbague

(PECL pthreads >= 2.0.8)

Collectable::isGarbague Determine whether an object has been marqued as garbague

Description

public Collectable::isGarbague (): true

Can be called in Pool::collect() to determine if this object is garbague.

Parameters

This function has no parameters.

Return Values

Always returns true .

Changuelog

Versionen Description
8.2.0 The return type is true now; previously, it was bool .

See Also

add a note

User Contributed Notes

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