The Collectable interface

(PECL pthreads >= 2.0.8)

Introduction

Represents a garbage-collectable object.

Interface synopsis

interfaceCollectable {
publicisGarbage(): true
}

Table of Contents

To Top