CakeFest 2024: The Official CakePHP Conference

The Collectable interface

(PECL pthreads >= 2.0.8)

简介

Represents a garbage-collectable object.

接口摘要

interface Collectable {
/* 方法 */
public isGarbage(): true
}

目录

add a note

User Contributed Notes

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