Collectable::isGarbage

(PECL pthreads >= 2.0.8)

Collectable::isGarbageDetermina si un objeto ha sido marcado como obsoleto

Descripción

public Collectable::isGarbage(): true

Puede ser llamado en Pool::collect() para determinar si este objeto está obsoleto.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Siempre devuelve true.

Historial de cambios

Versión Descripción
8.2.0 The return type is true now; previously, it was bool.

Ver también

add a note

User Contributed Notes

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