(PECL pthreads >= 2.0.8)
Collectable::isGarbage — Determine whether an object has been marked as garbage
Can be called in Pool::collect() to determine if this object is garbage.
此函数没有参数。
总是返回 true
。
版本 | 说明 |
---|---|
8.2.0 |
现在返回类型为 true ;之前是 bool。
|