Dutch PHP Conference 2025 - Call For Papers

Collectable::isGarbage

(PECL pthreads >= 2.0.8)

Collectable::isGarbageDetermine whether an object has been marked as garbage

Опис

public Collectable::isGarbage(): true

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Завжди повертає true.

Журнал змін

Версія Опис
8.2.0 Тепер повертається значення типу true. До цього був bool.

Прогляньте також

add a note

User Contributed Notes

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